aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus2024-05-29 17:11:49 +0200
committerMichael Albinus2024-05-29 17:11:49 +0200
commit063b67325b4e00a31c1178b340529a94e0de1c4e (patch)
tree63b334e020a42dbf28771b0bad93fc0b5d565cf1 /doc
parent4e836407ce3a2140725c7ddc2cedc3478d34a479 (diff)
downloademacs-063b67325b4e00a31c1178b340529a94e0de1c4e.tar.gz
emacs-063b67325b4e00a31c1178b340529a94e0de1c4e.zip
Obey tramp-histfile-override in remote direct async processes
* doc/emacs/custom.texi (Connection Variables): Mention `permanent-local' symbol property. * lisp/net/tramp-sh.el (tramp-histfile-override): Add ;;;###tramp-autoload cookie and `permanent-local' symbol property. * lisp/net/tramp.el (tramp-handle-make-process): Obey `tramp-histfile-override'. (Bug#71049)
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/custom.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index 4725af0ee5f..0d695032d77 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -1607,6 +1607,13 @@ matches all buffers with a remote default directory.
1607and setting these profiles to criteria which could match in parallel. 1607and setting these profiles to criteria which could match in parallel.
1608It is unspecified which variable value is used then. 1608It is unspecified which variable value is used then.
1609 1609
1610 Be also careful when setting connection-local variables in a buffer,
1611which changes its major mode afterwards. Because all buffer-local
1612variables will be killed when changing the major mode, the
1613connection-local variable's value would be lost. You can prevent this
1614by setting the respective variable's @code{permanent-local} symbol
1615property to non-@code{nil}.
1616
1610@node Key Bindings 1617@node Key Bindings
1611@section Customizing Key Bindings 1618@section Customizing Key Bindings
1612@cindex key bindings 1619@cindex key bindings