diff options
| author | Michael Albinus | 2024-10-24 11:11:03 +0200 |
|---|---|---|
| committer | Michael Albinus | 2024-10-24 11:11:03 +0200 |
| commit | 767493ccb693f65cf8621cd82f0ecf92be976f55 (patch) | |
| tree | 76947e6bfd33193dc652b1e9b946dda429ae86a4 /doc | |
| parent | 8903106bb783c2825233c149b6799960aacdea57 (diff) | |
| download | emacs-767493ccb693f65cf8621cd82f0ecf92be976f55.tar.gz emacs-767493ccb693f65cf8621cd82f0ecf92be976f55.zip | |
* doc/misc/tramp.texi (Bug Reports): Explain bisecting.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/tramp.texi | 11 |
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 | |||
| 5173 | buffer. Passwords typed in @value{tramp} will never be included | 5173 | buffer. Passwords typed in @value{tramp} will never be included |
| 5174 | there. | 5174 | there. |
| 5175 | 5175 | ||
| 5176 | If you find, that using @value{tramp} with @command{emacs -Q} doesn't | ||
| 5177 | cause any problem, you might check your init file for the suspicious | ||
| 5178 | configuration by bisecting it. That is, comment out about half of the | ||
| 5179 | init file, and check whether the problem still arises when calling | ||
| 5180 | @command{emacs}. If yes, comment out half of the still active code. | ||
| 5181 | Otherwise, comment out the active code, and uncomment the just | ||
| 5182 | commented code. | ||
| 5183 | |||
| 5184 | Call @command{emacs}, again. Reiterate, until you find the suspicious | ||
| 5185 | configuaration. | ||
| 5186 | |||
| 5176 | 5187 | ||
| 5177 | @node Frequently Asked Questions | 5188 | @node Frequently Asked Questions |
| 5178 | @chapter Frequently Asked Questions | 5189 | @chapter Frequently Asked Questions |