[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-26 8d4223e 1/2: Minor Tramp doc update
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] emacs-26 8d4223e 1/2: Minor Tramp doc update |
Date: |
Mon, 18 Sep 2017 12:00:37 -0400 (EDT) |
branch: emacs-26
commit 8d4223e61b5e4661ececb6ab84c665fe761d0438
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
Minor Tramp doc update
* doc/misc/tramp.texi (Frequently Asked Questions):
Mention `vc-handled-backends'.
---
doc/misc/tramp.texi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 7e8ce75..6478479 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -3043,6 +3043,14 @@ Disable version control to avoid delays:
@end group
@end lisp
+If this is too radical, because you want to use version control
+remotely, trim @code{vc-handled-backends} to just those you care
+about, for example:
+
address@hidden
+(setq vc-handled-backends '(SVN Git))
address@hidden lisp
+
Disable excessive traces. Set @code{tramp-verbose} to 3 or lower,
default being 3. Increase trace levels temporarily when hunting for
bugs.