aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2011-06-12 21:23:29 +0200
committerMichael Albinus2011-06-12 21:23:29 +0200
commitea3596a2f31dff4d614451a13bcafcad60e39365 (patch)
tree0d52be19a8d2b6f9962c5e7ef963624118c322ff
parent2920829f7bc10781d19524b0bfa31d0db1fed532 (diff)
downloademacs-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/ChangeLog6
-rw-r--r--doc/misc/tramp.texi7
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 @@
12011-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
12011-05-31 Teodor Zlatanov <tzz@lifelogs.com> 72011-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
1542Finally, a function which parses @file{~/.netrc} like files. 1542Finally, a function which parses @file{~/.netrc} like files. This
1543includes also @file{~/.authinfo}-style files.
1543@end table 1544@end table
1544 1545
1545If you want to keep your own data in a file, with your own structure, 1546If 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
1599the port, you match all @value{tramp} methods. 1600the port, you match all @value{tramp} methods.
1600 1601
1602In case of problems, setting @code{auth-source-debug} to @code{t}
1603gives useful debug messages.
1604
1605
1601@anchor{Caching passwords} 1606@anchor{Caching passwords}
1602@subsection Caching passwords 1607@subsection Caching passwords
1603 1608