emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3d712d5 1/3: * etc/NEWS: Add user option 'tramp-debug-to-file'.


From: Michael Albinus
Subject: master 3d712d5 1/3: * etc/NEWS: Add user option 'tramp-debug-to-file'.
Date: Tue, 1 Dec 2020 07:37:42 -0500 (EST)

branch: master
commit 3d712d50d65a89d56bc937c5d001ac450c9c947f
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * etc/NEWS: Add user option 'tramp-debug-to-file'.
---
 etc/NEWS | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 2fb33e3..5408ea9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -490,7 +490,7 @@ tags to be considered as well.
 
 +++
 *** New user option 'gnus-paging-select-next'.
-This controls what happens when using commands like `SPC' and `DEL' to
+This controls what happens when using commands like 'SPC' and 'DEL' to
 page the current article.  If non-nil (the default), go to the
 next/prev article, but if nil, do nothing at the end/start of the article.
 
@@ -842,6 +842,12 @@ performance of asynchronous remote processes" node of the 
Tramp manual
 for details, and also for a discussion or restrictions.  This feature
 is experimental.
 
++++
+*** New user option 'tramp-debug-to-file'.
+When non-nil, this user option instructs Tramp to mirror the debug
+buffer to a file under the "/tmp/" directory.  This is useful, if (in
+rare cases) Tramp blocks Emacs, and we need further debug information.
+
 ** Tempo
 
 ---
@@ -1526,7 +1532,7 @@ mouse now pops up a TTY menu by default instead of 
running the command
 ** text-scale-mode
 
 ---
-*** text-scale-mode can now adjust font size of the header line.
+*** 'text-scale-mode' can now adjust font size of the header line.
 When the new buffer local variable 'text-scale-remap-header-line'
 is non-nil, 'text-scale-adjust' will also scale the text in the header
 line when displaying that buffer.
@@ -1812,7 +1818,7 @@ ledit.el, lmenu.el, lucid.el and old-whitespace.el.
 * Lisp Changes in Emacs 28.1
 
 ---
-** `defvar` detects the error of defining a variable currently lexically bound.
+** 'defvar' detects the error of defining a variable currently lexically bound.
 Such mixes are always signs that the outer lexical binding was an
 error and should have used dynamic binding instead.
 
@@ -1825,7 +1831,7 @@ a prefix string, and a suffix string.
 +++
 ** 'read-char-from-minibuffer' and 'y-or-n-p' support 'help-form'.
 If you bind 'help-form' to a non-nil value while calling these functions,
-then pressing 'C-h' (help-char) causes the function to evaluate 'help-form'
+then pressing 'C-h' ('help-char') causes the function to evaluate 'help-form'
 and display the result.
 
 +++
@@ -2018,7 +2024,7 @@ file can affect code in another.  For details, see the 
manual section
 "(Elisp) Converting to Lexical Binding".
 
 +++
-** 'byte-recompile-directory' can now compile symlinked .el files.
+** 'byte-recompile-directory' can now compile symlinked ".el" files.
 This is achieved by giving a non-nil FOLLOW-SYMLINKS parameter.
 
 ---



reply via email to

[Prev in Thread] Current Thread [Next in Thread]