]> git.eshelyaron.com Git - emacs.git/commit
Allow specifying stdout/stderr separately in some Eshell commands
authorJim Porter <jporterbugs@gmail.com>
Sat, 15 Jun 2024 03:45:44 +0000 (20:45 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Jul 2024 10:32:11 +0000 (12:32 +0200)
commit6f474e4d8e96c97066cd519a2d7287e0712635cb
treef550563d376a66c1ad8efa35348355d2a13e05b6
parentd7f3f8e37c740a28ae46bdabf8aae6283014a6ef
Allow specifying stdout/stderr separately in some Eshell commands

* lisp/eshell/eshell.el (eshell-command): Add ERROR-TARGET.
* lisp/eshell/em-script.el (eshell-execute-file): Make interactive, and
add ERROR-TARGET.

* doc/misc/eshell.texi (One-Off Commands, Scripts): Update
documentation.

* etc/NEWS: Announce this change.

(cherry picked from commit 99b360bb5aabf324cf038c27ac76ac1513319754)
doc/misc/eshell.texi
etc/NEWS
lisp/eshell/em-script.el
lisp/eshell/eshell.el