From: Michael Albinus Date: Tue, 14 Dec 2010 20:37:49 +0000 (+0100) Subject: * tramp.texi (Inline methods): Add "ksu" method. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~278^2~110 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=305bdd223aec2eaaeb9f6b6ad234ee0ab5e9103d;p=emacs.git * tramp.texi (Inline methods): Add "ksu" method. (Remote processes): Add example with remote `default-directory'. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 1ddabaaa707..65f9dbb67df 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2010-12-14 Michael Albinus + + * tramp.texi (Inline methods): Add "ksu" method. + (Remote processes): Add example with remote `default-directory'. + 2010-12-14 Glenn Morris * faq.texi (Expanding aliases when sending mail): diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 6a77c138404..dd9fd32cb44 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -696,6 +696,14 @@ This method is also similar to @option{ssh}. It only uses the @command{krlogin -x} command to log in to the remote host. +@item @option{ksu} +@cindex method ksu +@cindex ksu method +@cindex 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 @@ remote file names. It does not work for the @option{ftp} and @option{smb} methods. Association of a pty, as specified in @code{start-file-process}, is not supported. +@code{process-file} and @code{start-file-process} work on the remote +host, when the variable @code{default-directory} is remote: + +@lisp +(let ((default-directory "/ssh:remote.host:")) + (start-file-process "grep" (get-buffer-create "*grep*") + "/bin/sh" "-c" "grep -e tramp *")) +@end 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 @@ for @value{emacsothername}. @c * Use `filename' resp. `file name' consistently. @c * Use `host' resp. `machine' consistently. @c * Consistent small or capitalized words especially in menues. - -@ignore - arch-tag: f96dd66e-6dd3-4c92-8d77-9c56205ba808 -@end ignore