[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master a0d00f1: Editorial changes in tramp.texi
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] master a0d00f1: Editorial changes in tramp.texi |
Date: |
Sat, 11 Aug 2018 03:51:36 -0400 (EDT) |
branch: master
commit a0d00f17dd714dbb712f6df90ca43cf39355d8a1
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
Editorial changes in tramp.texi
* doc/misc/tramp.texi (Bug Reports): Tramp buffers shall be
appended as attachments to bug reports.
(Frequently Asked Questions): New item, determining remote buffers.
---
doc/misc/tramp.texi | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 55c21b7..ca40201 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
the verbosity level to 6 (@pxref{Traces and Profiles, Traces}) in the
@file{~/.emacs} file before repeating steps to the bug. Include the
contents of the @file{*tramp/foo*} and @file{*debug tramp/foo*}
-buffers with the bug report.
+buffers with the bug report. Both buffers could contain
address@hidden characters which are relevant for analysis, append
+the buffers as attachments to the bug report.
@strong{Note} that a verbosity level greater than 6 is not necessary
at this stage. Also note that a verbosity level of 6 or greater, the
@@ -4022,6 +4024,15 @@ export EDITOR=/path/to/emacsclient.sh
@item
+How to determine wheter a buffer is remote?
+
+The buffer-local variable @code{default-directory} tells this. If the
+form @code{(file-remote-p default-directory)} returns address@hidden,
+the buffer is remote. See the optional arguments of
address@hidden for determining details of the remote connection.
+
+
address@hidden
How to disable other packages from calling @value{tramp}?
There are packages that call @value{tramp} without the user ever
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master a0d00f1: Editorial changes in tramp.texi,
Michael Albinus <=