diff options
| author | Michael Albinus | 2011-06-12 21:23:29 +0200 |
|---|---|---|
| committer | Michael Albinus | 2011-06-12 21:23:29 +0200 |
| commit | ea3596a2f31dff4d614451a13bcafcad60e39365 (patch) | |
| tree | 0d52be19a8d2b6f9962c5e7ef963624118c322ff | |
| parent | 2920829f7bc10781d19524b0bfa31d0db1fed532 (diff) | |
| download | emacs-ea3596a2f31dff4d614451a13bcafcad60e39365.tar.gz emacs-ea3596a2f31dff4d614451a13bcafcad60e39365.zip | |
* tramp.texi (Customizing Completion): Mention authinfo-style files.
(Password handling): `auth-source-debug' is good for debug messages.
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 7 |
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index c626a8c70b8..a713c79200e 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-06-12 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi (Customizing Completion): Mention authinfo-style | ||
| 4 | files. | ||
| 5 | (Password handling): `auth-source-debug' is good for debug messages. | ||
| 6 | |||
| 1 | 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com> | 7 | 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 8 | ||
| 3 | * gnus.texi (Store custom flags and keywords): Refer to | 9 | * gnus.texi (Store custom flags and keywords): Refer to |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 2663d2df0f5..50f1e90618f 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -1539,7 +1539,8 @@ can return user names only. | |||
| 1539 | @item @code{tramp-parse-netrc} | 1539 | @item @code{tramp-parse-netrc} |
| 1540 | @findex tramp-parse-netrc | 1540 | @findex tramp-parse-netrc |
| 1541 | 1541 | ||
| 1542 | Finally, a function which parses @file{~/.netrc} like files. | 1542 | Finally, a function which parses @file{~/.netrc} like files. This |
| 1543 | includes also @file{~/.authinfo}-style files. | ||
| 1543 | @end table | 1544 | @end table |
| 1544 | 1545 | ||
| 1545 | If you want to keep your own data in a file, with your own structure, | 1546 | If you want to keep your own data in a file, with your own structure, |
| @@ -1598,6 +1599,10 @@ The port can be any @value{tramp} method (@pxref{Inline methods}, | |||
| 1598 | @pxref{External methods}), to match only this method. When you omit | 1599 | @pxref{External methods}), to match only this method. When you omit |
| 1599 | the port, you match all @value{tramp} methods. | 1600 | the port, you match all @value{tramp} methods. |
| 1600 | 1601 | ||
| 1602 | In case of problems, setting @code{auth-source-debug} to @code{t} | ||
| 1603 | gives useful debug messages. | ||
| 1604 | |||
| 1605 | |||
| 1601 | @anchor{Caching passwords} | 1606 | @anchor{Caching passwords} |
| 1602 | @subsection Caching passwords | 1607 | @subsection Caching passwords |
| 1603 | 1608 | ||