diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2012-09-12 18:39:10 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2012-09-12 18:39:10 +0200 |
commit | 20121a26f0960c6c225ca716bfbc4a33b9ac6289 (patch) | |
tree | ce2adfc2d608961702e50008203bd1cc40916917 /doc/misc/tramp.texi | |
parent | fbbcaf1b249f7eba5ac53a3b380e1692ca1dbff9 (diff) | |
download | emacs-20121a26f0960c6c225ca716bfbc4a33b9ac6289.tar.gz emacs-20121a26f0960c6c225ca716bfbc4a33b9ac6289.tar.bz2 emacs-20121a26f0960c6c225ca716bfbc4a33b9ac6289.zip |
Sync with Tramp 2.2.6.
* tramp.texi (Bug Reports): Cleanup caches before a test run.
* trampver.texi: Update release number.
Diffstat (limited to 'doc/misc/tramp.texi')
-rw-r--r-- | doc/misc/tramp.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 87ad2bc5009..530b8fdd6c2 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -2853,6 +2853,9 @@ If you can identify a minimal test case that reproduces the problem, include that with your bug report. This will make it much easier for the development team to analyze and correct the problem. +Sometimes, there might be also problems due to Tramp caches. Flush +all caches before running the test, @ref{Cleanup remote connections}. + Before reporting the bug, you should set the verbosity level to 6 (@pxref{Traces and Profiles, Traces}) in the @file{~/.emacs} file and repeat the bug. Then, include the contents of the @file{*tramp/foo*} |