summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2023-12-22 19:58:32 +0100
committerMichael Albinus <michael.albinus@gmx.de>2023-12-22 19:58:32 +0100
commit9c86dd52475e0ad65359bc964fbe0d62b9d3e464 (patch)
treef3aa9542a369e8cd45f61fff907a27f8c936a199 /etc/NEWS
parentdceffddbfe78f3f9fd299e736ceb50a00b0fa75e (diff)
downloademacs-9c86dd52475e0ad65359bc964fbe0d62b9d3e464.tar.gz
Tramp's direct asynchronous processes use 'tramp-remote-path'
* doc/misc/tramp.texi (Remote processes): Remove item about tramp-remote-path. * etc/NEWS: Direct asynchronous processes use 'tramp-remote-path'. * lisp/net/tramp-sh.el (tramp-get-remote-pipe-buf): New defun. (tramp-set-remote-path): Use it. (tramp-get-remote-path): Add ;;;###tramp-autoload cookie. * lisp/net/tramp.el (tramp-handle-make-process): Use `tramp-remote-path' for setting PATH environment. * test/lisp/net/tramp-tests.el (tramp-test35-exec-path-direct-async) (tramp-test35-remote-path-direct-async): New tests.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b39dd5f..03218d0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -78,7 +78,7 @@ removed, as it was considered more dangerous than useful. RFC 9110
'url-personal-mail-address' is now also obsolete.
To send an email address in the header of individual HTTP requests,
-see the variable `url-request-extra-headers'.
+see the variable 'url-request-extra-headers'.
* Changes in Emacs 30.1
@@ -809,6 +809,11 @@ buffer must either visit a file, or it must run 'dired-mode'. Another
method but "sudo" can be configured with user option
'tramp-file-name-with-method'.
+---
+*** Direct asynchronous processes use 'tramp-remote-path'.
+When a direct asynchronous process is invoked, it uses 'tramp-remote-path'
+for setting the remote PATH environment variable.
+
** File Notifications
+++