]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/tramp.texi (Bug Reports): Explain bisecting.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 24 Oct 2024 09:11:03 +0000 (11:11 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 25 Oct 2024 06:31:51 +0000 (08:31 +0200)
(cherry picked from commit 767493ccb693f65cf8621cd82f0ecf92be976f55)

doc/misc/tramp.texi

index 5af5452d9d4a34c2a9c2c4ae8d7f84e9c1ab1094..bb2a731353387c3a1394e691a88f43edf55f1015 100644 (file)
@@ -5173,6 +5173,17 @@ contents of files and directories will be included in the debug
 buffer.  Passwords typed in @value{tramp} will never be included
 there.
 
+If you find, that using @value{tramp} with @command{emacs -Q} doesn't
+cause any problem, you might check your init file for the suspicious
+configuration by bisecting it.  That is, comment out about half of the
+init file, and check whether the problem still arises when calling
+@command{emacs}.  If yes, comment out half of the still active code.
+Otherwise, comment out the active code, and uncomment the just
+commented code.
+
+Call @command{emacs}, again.  Reiterate, until you find the suspicious
+configuaration.
+
 
 @node Frequently Asked Questions
 @chapter Frequently Asked Questions