summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2026-05-13 18:46:31 +0200
committerMichael Albinus <michael.albinus@gmx.de>2026-05-13 18:46:31 +0200
commita0c05029fd18c33f897d0c8ee3424735b53fe645 (patch)
tree6f185574c1d591d99e63fd933e000710ee10bdbe
parent2e71d2c709f003cd33597d106e8a483500ec99c9 (diff)
* etc/NEWS: Mention new user option tramp-propagate-emacsclient-tramp.
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c0e05deed2e..a746ca7b1a3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2451,6 +2451,13 @@ This can be used by external ELPA packages for performance optimizations
in special cases. For more information, see "(tramp) New operations" in
the Tramp manual.
++++
+*** New user option 'tramp-propagate-emacsclient-tramp'.
+When this option is non-nil, Tramp propagates the environment variable
+EMACSCLIENT_TRAMP with a proper value to remote processes. This is
+helpful if you want to start emacsclient on a remote host from a process
+started inside Emacs.
+
** Isearch and Replace
*** Typing 'd' during 'query-replace' shows the diff buffer with replacements.