]> git.eshelyaron.com Git - emacs.git/commitdiff
* tramp.texi (Customizing Completion): Mention authinfo-style files.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 12 Jun 2011 19:23:29 +0000 (21:23 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 12 Jun 2011 19:23:29 +0000 (21:23 +0200)
(Password handling): `auth-source-debug' is good for debug messages.

doc/misc/ChangeLog
doc/misc/tramp.texi

index c626a8c70b856168b1d62b21af5f88d6bdd27f33..a713c79200e13c186e7c54fbc9ab108e93de3d72 100644 (file)
@@ -1,3 +1,9 @@
+2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Customizing Completion): Mention authinfo-style
+       files.
+       (Password handling): `auth-source-debug' is good for debug messages.
+
 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus.texi (Store custom flags and keywords): Refer to
index 2663d2df0f5f72bfb66f750f6f06083983f0cf93..50f1e90618ff8b63def011890bb18fd7a55b81a1 100644 (file)
@@ -1539,7 +1539,8 @@ can return user names only.
 @item @code{tramp-parse-netrc}
 @findex tramp-parse-netrc
 
-Finally, a function which parses @file{~/.netrc} like files.
+Finally, a function which parses @file{~/.netrc} like files.  This
+includes also @file{~/.authinfo}-style files.
 @end table
 
 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},
 @pxref{External methods}), to match only this method.  When you omit
 the port, you match all @value{tramp} methods.
 
+In case of problems, setting @code{auth-source-debug} to @code{t}
+gives useful debug messages.
+
+
 @anchor{Caching passwords}
 @subsection Caching passwords