aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2012-10-25 14:08:44 +0200
committerMichael Albinus2012-10-25 14:08:44 +0200
commitf956e59dbb34ee4b87603fc92db1ebaf58776d18 (patch)
tree7aae775f6ce72e6580b275a22ba52e4963b00657
parentcee6efdef3af910f952968a28094e89bde13faed (diff)
downloademacs-f956e59dbb34ee4b87603fc92db1ebaf58776d18.tar.gz
emacs-f956e59dbb34ee4b87603fc92db1ebaf58776d18.zip
* tramp.texi (Frequently Asked Questions): Mention
`tramp-completion-reread-directory-timeout' for performance improvement.
-rw-r--r--doc/misc/ChangeLog6
-rw-r--r--doc/misc/tramp.texi3
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index ec46ab5eb05..fc44828e8bf 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,9 @@
12012-10-25 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (Frequently Asked Questions): Mention
4 `tramp-completion-reread-directory-timeout' for performance
5 improvement.
6
12012-10-25 Glenn Morris <rgm@gnu.org> 72012-10-25 Glenn Morris <rgm@gnu.org>
2 8
3 * cl.texi: Don't mess with the TeX section number counter. 9 * cl.texi: Don't mess with the TeX section number counter.
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 46f99acbb87..a983f76ffd3 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2918,7 +2918,8 @@ information about remote hosts is kept in the file specified in
2918@code{tramp-persistency-file-name}. Keep this file. If you are 2918@code{tramp-persistency-file-name}. Keep this file. If you are
2919confident that files on remote hosts are not changed out of 2919confident that files on remote hosts are not changed out of
2920@value{emacsname}' control, set @code{remote-file-name-inhibit-cache} 2920@value{emacsname}' control, set @code{remote-file-name-inhibit-cache}
2921to @code{nil}. 2921to @code{nil}. Set also @code{tramp-completion-reread-directory-timeout}
2922to @code{nil}, @ref{Filename completion}.
2922 2923
2923Disable version control. If you access remote files which are not 2924Disable version control. If you access remote files which are not
2924under version control, a lot of check operations can be avoided by 2925under version control, a lot of check operations can be avoided by