emacs/doc
Jim Porter e260bf1be7 Use "/local:" prefix in Eshell to run local commands when cwd is remote
* lisp/eshell/esh-ext.el (eshell-explicit-remote-commands)
(eshell-explicit-command): Update docstrings.
(eshell--local-prefix): New constant.
(eshell-handle-remote-command): Remove.
(eshell-quoted-file-command): New function...
(eshell-ext-initialize): ... add it as a hook.
(eshell-remote-command): Support running commands on localhost.
(eshell-connection-local-command): Rename from
'eshell-external-command'.
(eshell-external-command): New implementation calling
'eshell-remote-command' or 'eshell-connection-local-command' as
appropriate.

* test/lisp/eshell/esh-ext-tests.el
(esh-ext-test/explicitly-local-command): Update test.

* doc/misc/eshell.texi (Remote Access): Update documentation.

* etc/NEWS: Update announcement.
2024-05-15 18:50:54 -07:00
..
emacs Document 'use-default-font-for-symbols' more 2024-05-14 17:18:32 +02:00
lispintro Fix a typo in Introduction to Emacs Lisp (bug#70571). 2024-04-27 12:43:58 +03:00
lispref control.texi: Be a bit more explicit about the behavior of pcase-let 2024-05-15 13:57:11 -04:00
man Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
misc Use "/local:" prefix in Eshell to run local commands when cwd is remote 2024-05-15 18:50:54 -07:00
translations ; Further copyedits of doc/translations/README. 2024-02-19 15:19:54 +02:00