1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-10 23:31:19 -07:00
emacs/test/lisp/eshell
Thierry Volpiatto 7f631a3e2a Allow using multiple buffers in 'eshell-command'
Provide the same functionality as 'async-shell-command-buffer' but for
'eshell-command'.

Co-Authored-By: Jim Porter <jporterbugs@gmail.com>

* lisp/eshell/eshell.el (eshell-command-async-buffer): New option...
(eshell-command): ... use it.

* lisp/eshell/esh-proc.el (eshell-sentinel): Check for buffer liveness
in 'finish-io'.

* test/lisp/eshell/eshell-tests.el
(eshell-test/eshell-command/output-buffer/async-kill): New test.

* etc/NEWS: Announce this change (bug#71554).
2024-07-05 19:40:29 -07:00
..
em-alias-tests.el
em-basic-tests.el
em-cmpl-tests.el
em-dirs-tests.el
em-extpipe-tests.el
em-glob-tests.el
em-hist-tests.el
em-ls-tests.el
em-pred-tests.el
em-prompt-tests.el
em-script-tests.el
em-tramp-tests.el
em-unix-tests.el
esh-arg-tests.el
esh-cmd-tests.el
esh-ext-tests.el
esh-io-tests.el
esh-mode-tests.el
esh-opt-tests.el
esh-proc-tests.el
esh-util-tests.el
esh-var-tests.el
eshell-tests-helpers.el
eshell-tests-unload.el
eshell-tests.el Allow using multiple buffers in 'eshell-command' 2024-07-05 19:40:29 -07:00