aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/tramp.texi13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 55c21b7efc4..ca402013c71 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -3290,7 +3290,9 @@ When including @value{tramp}'s messages in the bug report, increase
3290the verbosity level to 6 (@pxref{Traces and Profiles, Traces}) in the 3290the verbosity level to 6 (@pxref{Traces and Profiles, Traces}) in the
3291@file{~/.emacs} file before repeating steps to the bug. Include the 3291@file{~/.emacs} file before repeating steps to the bug. Include the
3292contents of the @file{*tramp/foo*} and @file{*debug tramp/foo*} 3292contents of the @file{*tramp/foo*} and @file{*debug tramp/foo*}
3293buffers with the bug report. 3293buffers with the bug report. Both buffers could contain
3294non-@acronym{ASCII} characters which are relevant for analysis, append
3295the buffers as attachments to the bug report.
3294 3296
3295@strong{Note} that a verbosity level greater than 6 is not necessary 3297@strong{Note} that a verbosity level greater than 6 is not necessary
3296at this stage. Also note that a verbosity level of 6 or greater, the 3298at this stage. Also note that a verbosity level of 6 or greater, the
@@ -4022,6 +4024,15 @@ export EDITOR=/path/to/emacsclient.sh
4022 4024
4023 4025
4024@item 4026@item
4027How to determine wheter a buffer is remote?
4028
4029The buffer-local variable @code{default-directory} tells this. If the
4030form @code{(file-remote-p default-directory)} returns non-@code{nil},
4031the buffer is remote. See the optional arguments of
4032@code{file-remote-p} for determining details of the remote connection.
4033
4034
4035@item
4025How to disable other packages from calling @value{tramp}? 4036How to disable other packages from calling @value{tramp}?
4026 4037
4027There are packages that call @value{tramp} without the user ever 4038There are packages that call @value{tramp} without the user ever