aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus2024-10-24 11:11:03 +0200
committerMichael Albinus2024-10-24 11:11:03 +0200
commit767493ccb693f65cf8621cd82f0ecf92be976f55 (patch)
tree76947e6bfd33193dc652b1e9b946dda429ae86a4 /doc
parent8903106bb783c2825233c149b6799960aacdea57 (diff)
downloademacs-767493ccb693f65cf8621cd82f0ecf92be976f55.tar.gz
emacs-767493ccb693f65cf8621cd82f0ecf92be976f55.zip
* doc/misc/tramp.texi (Bug Reports): Explain bisecting.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 1b40ce6fa62..96ec6d60b9e 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -5173,6 +5173,17 @@ contents of files and directories will be included in the debug
5173buffer. Passwords typed in @value{tramp} will never be included 5173buffer. Passwords typed in @value{tramp} will never be included
5174there. 5174there.
5175 5175
5176If you find, that using @value{tramp} with @command{emacs -Q} doesn't
5177cause any problem, you might check your init file for the suspicious
5178configuration by bisecting it. That is, comment out about half of the
5179init file, and check whether the problem still arises when calling
5180@command{emacs}. If yes, comment out half of the still active code.
5181Otherwise, comment out the active code, and uncomment the just
5182commented code.
5183
5184Call @command{emacs}, again. Reiterate, until you find the suspicious
5185configuaration.
5186
5176 5187
5177@node Frequently Asked Questions 5188@node Frequently Asked Questions
5178@chapter Frequently Asked Questions 5189@chapter Frequently Asked Questions