diff options
| author | Michael Albinus <michael.albinus@gmx.de> | 2023-12-22 19:58:32 +0100 |
|---|---|---|
| committer | Michael Albinus <michael.albinus@gmx.de> | 2023-12-22 19:58:32 +0100 |
| commit | 9c86dd52475e0ad65359bc964fbe0d62b9d3e464 (patch) | |
| tree | f3aa9542a369e8cd45f61fff907a27f8c936a199 /etc/NEWS | |
| parent | dceffddbfe78f3f9fd299e736ceb50a00b0fa75e (diff) | |
| download | emacs-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/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 +++ |
