emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master df7bb79: Add instructions for Tramp bug reports


From: Michael Albinus
Subject: master df7bb79: Add instructions for Tramp bug reports
Date: Sun, 25 Jul 2021 10:54:08 -0400 (EDT)

branch: master
commit df7bb79f3862e64739147fc1fc3c3e9af268d046
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Add instructions for Tramp bug reports
    
    * doc/misc/tramp.texi (Bug Reports): Describe how to use password
    cache with "emacs -Q".
---
 doc/misc/tramp.texi | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 088352e..17302dd 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -4255,7 +4255,16 @@ test, @ref{Cleanup remote connections}.  Alternatively, 
and often
 better for analysis, reproduce the problem in a clean Emacs session
 started with @command{emacs -Q}.  Then, @value{tramp} does not load
 the persistency file (@pxref{Connection caching}), and it does not use
-passwords from @file{auth-source.el} (@pxref{Password handling}).
+passwords from @file{auth-source.el} (@pxref{Password handling}).  If
+you really need a password cache, for example for the
+@option{sudoedit} method, call
+
+@smallexample
+emacs -Q -l tramp \
+  --eval '(setq tramp-cache-read-persistent-data t)' \
+  --eval '(tramp-cleanup-all-connections)'
+@end smallexample
+
 
 When including @value{tramp}'s messages in the bug report, increase
 the verbosity level to 6 (@pxref{Traces and Profiles, Traces}) in the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]