1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 11:33:09 -08:00
emacs/lisp/eshell
Jim Porter fad91b56d1 Ensure that Eshell doesn't consider a process complete until stderr is done
This will hopefully help resolve some timing issues with subprocesses
in Eshell.  There's now much less chance of output going missing when
using redirects.

* lisp/eshell/esh-proc.el (eshell-gather-process-output): Set
':eshell-stderr-live'...
(eshell-sentinel): ... use it.
2023-09-12 11:44:27 -07:00
..
em-alias.el
em-banner.el
em-basic.el Add debug instrumentation for Eshell process management 2023-08-31 18:42:03 -07:00
em-cmpl.el
em-dirs.el Apply Eshell tilde expansion before glob expansion 2023-09-02 16:17:27 -07:00
em-elecslash.el
em-extpipe.el
em-glob.el Apply Eshell tilde expansion before glob expansion 2023-09-02 16:17:27 -07:00
em-hist.el
em-ls.el Don't try to set variable removed in Emacs 21 2023-08-25 01:41:47 +02:00
em-pred.el Apply Eshell tilde expansion before glob expansion 2023-09-02 16:17:27 -07:00
em-prompt.el Display the exit code if the last command failed in Eshell 2023-09-02 15:40:04 -07:00
em-rebind.el
em-script.el
em-smart.el
em-term.el
em-tramp.el
em-unix.el
em-xtra.el
esh-arg.el ; Add debug instrumentation for Eshell argument modifiers 2023-09-02 16:09:58 -07:00
esh-cmd.el Wait for all processes in a pipeline before resuming an Eshell command 2023-09-10 10:38:25 -07:00
esh-ext.el
esh-io.el Display the exit code if the last command failed in Eshell 2023-09-02 15:40:04 -07:00
esh-mode.el
esh-module.el
esh-opt.el
esh-proc.el Ensure that Eshell doesn't consider a process complete until stderr is done 2023-09-12 11:44:27 -07:00
esh-util.el Collect all processes in an Eshell pipeline, not just the head and tail 2023-09-10 10:38:25 -07:00
esh-var.el
eshell.el ; Fix debug logging for synchronous commands in Eshell tests 2023-09-01 09:26:14 -07:00