1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08: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 Fix em-extpipe-tests on MS-Windows 2024-06-15 22:20:56 +03:00
em-glob-tests.el Add new Eshell built-in command 'funcall' 2024-05-16 20:33:18 -07:00
em-hist-tests.el Erase existing duplicates in eshell-history-ring 2024-05-24 19:29:20 -07:00
em-ls-tests.el
em-pred-tests.el
em-prompt-tests.el Ensure navigating by paragraphs in Eshell stops at prompts and paragraphs 2024-06-20 19:01:20 -07:00
em-script-tests.el ; Allow batch-file Eshell test on MS-Windows 2024-06-09 22:04:51 +03:00
em-tramp-tests.el
em-unix-tests.el Improve correctness of 'eshell-quote-argument' 2024-06-09 15:28:40 -07:00
esh-arg-tests.el
esh-cmd-tests.el Fix Eshell "which" test on MS-Windows 2024-06-15 22:51:42 -07:00
esh-ext-tests.el
esh-io-tests.el Add ability for Eshell virtual targets to handle closing the target 2024-05-29 12:09:05 -07:00
esh-mode-tests.el Improve implementations of some Eshell output filter functions 2024-06-08 12:29:29 -07:00
esh-opt-tests.el
esh-proc-tests.el Always perform Eshell process cleanup runs in the Eshell buffer 2024-06-25 21:39:35 -07:00
esh-util-tests.el Fix Eshell tests on MS-Windows 2024-06-09 10:56:39 +03:00
esh-var-tests.el Improve correctness of 'eshell-quote-argument' 2024-06-09 15:28:40 -07:00
eshell-tests-helpers.el Fix Eshell "which" test on MS-Windows 2024-06-15 22:51:42 -07:00
eshell-tests-unload.el Consolidate Eshell module loading/unloading code 2024-05-29 12:09:05 -07:00
eshell-tests.el Allow using multiple buffers in 'eshell-command' 2024-07-05 19:40:29 -07:00