diff options
| author | Michael Albinus | 2018-11-08 12:48:54 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-11-08 12:48:54 +0100 |
| commit | 48f6f28132c97b92c0083479a0dfcefd6d0d022f (patch) | |
| tree | 9e4bfa07f0911704ebf88627f1ce8cf7fb1a7305 | |
| parent | b61f6c9ac01b189c89bfba80885b6222746d6bc5 (diff) | |
| download | emacs-48f6f28132c97b92c0083479a0dfcefd6d0d022f.tar.gz emacs-48f6f28132c97b92c0083479a0dfcefd6d0d022f.zip | |
* doc/misc/tramp.texi (Password handling): Explain Ange FTP case.
| -rw-r--r-- | doc/misc/tramp.texi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index a0b65d58b55..874c1da1d9f 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}. | |||
| 1669 | @vindex auth-source-debug | 1669 | @vindex auth-source-debug |
| 1670 | Set @code{auth-source-debug} to @code{t} to debug messages. | 1670 | Set @code{auth-source-debug} to @code{t} to debug messages. |
| 1671 | 1671 | ||
| 1672 | @vindex ange-ftp-netrc-filename | ||
| 1673 | @strong{Note} that @file{auth-source.el} is not used for @option{ftp} | ||
| 1674 | connections, because @value{tramp} passes the work to Ange FTP. If | ||
| 1675 | you want, for example, use your @file{~/.authinfo.gpg} authentication | ||
| 1676 | file, you must customize @code{ange-ftp-netrc-filename}: | ||
| 1677 | |||
| 1678 | @lisp | ||
| 1679 | (customize-set-variable 'ange-ftp-netrc-filename "~/.authinfo.gpg") | ||
| 1680 | @end lisp | ||
| 1681 | |||
| 1672 | 1682 | ||
| 1673 | @anchor{Caching passwords} | 1683 | @anchor{Caching passwords} |
| 1674 | @subsection Caching passwords | 1684 | @subsection Caching passwords |
| @@ -4036,7 +4046,7 @@ export EDITOR=/path/to/emacsclient.sh | |||
| 4036 | 4046 | ||
| 4037 | 4047 | ||
| 4038 | @item | 4048 | @item |
| 4039 | How to determine wheter a buffer is remote? | 4049 | How to determine whether a buffer is remote? |
| 4040 | 4050 | ||
| 4041 | The buffer-local variable @code{default-directory} tells this. If the | 4051 | The buffer-local variable @code{default-directory} tells this. If the |
| 4042 | form @code{(file-remote-p default-directory)} returns non-@code{nil}, | 4052 | form @code{(file-remote-p default-directory)} returns non-@code{nil}, |