1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-21 23:50:36 -08:00
emacs/lisp/eshell
Jim Porter 7faea4a15e When closing an Eshell process target, send EOF three times
* lisp/eshell/esh-io.el (eshell-close-target): Send EOF 3 times.

* test/lisp/eshell/em-extpipe-tests.el (em-extpipe-tests--deftest):
Re-enable these tests on EMBA.

This patch is adapted by one from Ken Brown, who uncovered the reason
for this bug (bug#56025).
2022-06-26 18:27:20 +02:00
..
em-alias.el
em-banner.el
em-basic.el
em-cmpl.el
em-dirs.el
em-elecslash.el
em-extpipe.el
em-glob.el Make Eshell globs ending in "/" match directories only 2022-06-26 16:52:38 +02:00
em-hist.el
em-ls.el Account for remapped faces in $COLUMNS and $LINES in Eshell 2022-06-09 10:08:15 +03:00
em-pred.el Optionally signal an error if an Eshell predicate fails to match anything 2022-06-26 16:51:21 +02:00
em-prompt.el
em-rebind.el
em-script.el
em-smart.el
em-term.el Don't drop existing escape char in eshell 2022-06-22 06:23:56 +02:00
em-tramp.el
em-unix.el
em-xtra.el
esh-arg.el
esh-cmd.el Reset 'eshell-in-pipeline-p' when interpolating commands 2022-05-25 14:13:07 +02:00
esh-ext.el
esh-io.el When closing an Eshell process target, send EOF three times 2022-06-26 18:27:20 +02:00
esh-mode.el Fix starting eshell with missing/invalid modules defined 2022-06-19 16:55:21 +02:00
esh-module.el
esh-opt.el
esh-proc.el
esh-util.el Fix some declare-after-interactive functions 2022-06-17 18:19:02 +02:00
esh-var.el Account for remapped faces in $COLUMNS and $LINES in Eshell 2022-06-09 10:08:15 +03:00
eshell.el