emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102662: * tramp.texi (Inline methods


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102662: * tramp.texi (Inline methods): Add "ksu" method.
Date: Tue, 14 Dec 2010 21:37:49 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102662
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Tue 2010-12-14 21:37:49 +0100
message:
  * tramp.texi (Inline methods): Add "ksu" method.
  (Remote processes): Add example with remote `default-directory'.
modified:
  doc/misc/ChangeLog
  doc/misc/tramp.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-12-14 04:42:59 +0000
+++ b/doc/misc/ChangeLog        2010-12-14 20:37:49 +0000
@@ -1,3 +1,8 @@
+2010-12-14  Michael Albinus  <address@hidden>
+
+       * tramp.texi (Inline methods): Add "ksu" method.
+       (Remote processes): Add example with remote `default-directory'.
+
 2010-12-14  Glenn Morris  <address@hidden>
 
        * faq.texi (Expanding aliases when sending mail):

=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi       2010-11-04 13:30:20 +0000
+++ b/doc/misc/tramp.texi       2010-12-14 20:37:49 +0000
@@ -696,6 +696,14 @@
 @command{krlogin -x} command to log in to the remote host.
 
 
address@hidden @option{ksu}
address@hidden method ksu
address@hidden ksu method
address@hidden Kerberos (with ksu method)
+
+This is another method from the Kerberos suite.  It behaves like @option{su}.
+
+
 @item @option{plink}
 @cindex method plink
 @cindex plink method
@@ -2483,6 +2491,15 @@
 @option{smb} methods.  Association of a pty, as specified in
 @code{start-file-process}, is not supported.
 
address@hidden and @code{start-file-process} work on the remote
+host, when the variable @code{default-directory} is remote:
+
address@hidden
+(let ((default-directory "/ssh:remote.host:"))
+  (start-file-process "grep" (get-buffer-create "*grep*")
+                      "/bin/sh" "-c" "grep -e tramp *"))
address@hidden lisp
+
 @ifset emacsgvfs
 If the remote host is mounted via GVFS (see @ref{GVFS based methods}),
 the remote filesystem is mounted locally.  Therefore, there are no
@@ -3665,7 +3682,3 @@
 @c * Use `filename' resp. `file name' consistently.
 @c * Use `host' resp. `machine' consistently.
 @c * Consistent small or capitalized words especially in menues.
-
address@hidden
-   arch-tag: f96dd66e-6dd3-4c92-8d77-9c56205ba808
address@hidden ignore


reply via email to

[Prev in Thread] Current Thread [Next in Thread]