]> git.eshelyaron.com Git - emacs.git/commit
When waiting for processes in Eshell, wait until all the I/O is complete
authorJim Porter <jporterbugs@gmail.com>
Wed, 13 Sep 2023 18:50:39 +0000 (11:50 -0700)
committerJim Porter <jporterbugs@gmail.com>
Wed, 13 Sep 2023 20:37:38 +0000 (13:37 -0700)
commit9838f786ded35fe49bbe84dd78af84df1337adbf
tree6a746c976ac81fec8882f345c50e95d13e4128b2
parent922d76e85615b39a9262d0f2c629dfd7e67b9e52
When waiting for processes in Eshell, wait until all the I/O is complete

This should fix bug#59103, bug#65590, and bug#65601.

* lisp/eshell/esh-proc.el (eshell-sentinel): Set ':eshell-handles' to
nil when finished with I/O.
(eshell-wait-for-process): Wait until ':eshell-handles' is nil.
lisp/eshell/esh-proc.el