diff options
| -rw-r--r-- | doc/misc/tramp.texi | 13 |
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 | |||
| 3290 | the verbosity level to 6 (@pxref{Traces and Profiles, Traces}) in the | 3290 | the 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 |
| 3292 | contents of the @file{*tramp/foo*} and @file{*debug tramp/foo*} | 3292 | contents of the @file{*tramp/foo*} and @file{*debug tramp/foo*} |
| 3293 | buffers with the bug report. | 3293 | buffers with the bug report. Both buffers could contain |
| 3294 | non-@acronym{ASCII} characters which are relevant for analysis, append | ||
| 3295 | the 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 |
| 3296 | at this stage. Also note that a verbosity level of 6 or greater, the | 3298 | at 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 |
| 4027 | How to determine wheter a buffer is remote? | ||
| 4028 | |||
| 4029 | The buffer-local variable @code{default-directory} tells this. If the | ||
| 4030 | form @code{(file-remote-p default-directory)} returns non-@code{nil}, | ||
| 4031 | the buffer is remote. See the optional arguments of | ||
| 4032 | @code{file-remote-p} for determining details of the remote connection. | ||
| 4033 | |||
| 4034 | |||
| 4035 | @item | ||
| 4025 | How to disable other packages from calling @value{tramp}? | 4036 | How to disable other packages from calling @value{tramp}? |
| 4026 | 4037 | ||
| 4027 | There are packages that call @value{tramp} without the user ever | 4038 | There are packages that call @value{tramp} without the user ever |