[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r104574: * tramp.texi (Customizing Co
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r104574: * tramp.texi (Customizing Completion): Mention authinfo-style files. |
Date: |
Sun, 12 Jun 2011 21:23:29 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 104574
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Sun 2011-06-12 21:23:29 +0200
message:
* tramp.texi (Customizing Completion): Mention authinfo-style files.
(Password handling): `auth-source-debug' is good for debug messages.
modified:
doc/misc/ChangeLog
doc/misc/tramp.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog 2011-06-08 06:51:26 +0000
+++ b/doc/misc/ChangeLog 2011-06-12 19:23:29 +0000
@@ -1,3 +1,9 @@
+2011-06-12 Michael Albinus <address@hidden>
+
+ * tramp.texi (Customizing Completion): Mention authinfo-style
+ files.
+ (Password handling): `auth-source-debug' is good for debug messages.
+
2011-05-31 Teodor Zlatanov <address@hidden>
* gnus.texi (Store custom flags and keywords): Refer to
=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi 2011-04-14 19:04:08 +0000
+++ b/doc/misc/tramp.texi 2011-06-12 19:23:29 +0000
@@ -1539,7 +1539,8 @@
@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 @@
@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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r104574: * tramp.texi (Customizing Completion): Mention authinfo-style files.,
Michael Albinus <=