From 0a63ff28f52b78a5329f1e35f45bc0c7d7a4ce59 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 24 Oct 2024 11:11:03 +0200 Subject: [PATCH] * doc/misc/tramp.texi (Bug Reports): Explain bisecting. (cherry picked from commit 767493ccb693f65cf8621cd82f0ecf92be976f55) --- doc/misc/tramp.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 5af5452d9d4..bb2a7313533 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 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 -- 2.39.5