emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 48f6f28: * doc/misc/tramp.texi (Password handling):


From: Michael Albinus
Subject: [Emacs-diffs] master 48f6f28: * doc/misc/tramp.texi (Password handling): Explain Ange FTP case.
Date: Thu, 8 Nov 2018 06:49:09 -0500 (EST)

branch: master
commit 48f6f28132c97b92c0083479a0dfcefd6d0d022f
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * doc/misc/tramp.texi (Password handling): Explain Ange FTP case.
---
 doc/misc/tramp.texi | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index a0b65d5..874c1da 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1669,6 +1669,16 @@ by setting the user option 
@code{auth-source-save-behavior} to @code{nil}.
 @vindex auth-source-debug
 Set @code{auth-source-debug} to @code{t} to debug messages.
 
address@hidden ange-ftp-netrc-filename
address@hidden that @file{auth-source.el} is not used for @option{ftp}
+connections, because @value{tramp} passes the work to Ange FTP.  If
+you want, for example, use your @file{~/.authinfo.gpg} authentication
+file, you must customize @code{ange-ftp-netrc-filename}:
+
address@hidden
+(customize-set-variable 'ange-ftp-netrc-filename "~/.authinfo.gpg")
address@hidden lisp
+
 
 @anchor{Caching passwords}
 @subsection Caching passwords
@@ -4036,7 +4046,7 @@ export EDITOR=/path/to/emacsclient.sh
 
 
 @item
-How to determine wheter a buffer is remote?
+How to determine whether a buffer is remote?
 
 The buffer-local variable @code{default-directory} tells this.  If the
 form @code{(file-remote-p default-directory)} returns address@hidden,



reply via email to

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