]> git.eshelyaron.com Git - emacs.git/commit
Handle broken pipes in a better way in Eshell
authorJim Porter <jporterbugs@gmail.com>
Mon, 15 Jul 2024 05:43:54 +0000 (22:43 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Jul 2024 10:31:56 +0000 (12:31 +0200)
commitbc21654c10f9512bd3ae7a17ff0984b14c765929
tree615bc4ccf8593b81e87547a3333edc8145c3279b
parent91ef3f905742a450b2aed7491fc55a5ca84013da
Handle broken pipes in a better way in Eshell

* lisp/eshell/esh-proc.el (eshell-insertion-filter): Send SIGPIPE
delaying for Tramp and falling back to SIGTERM for MS-Windows
(bug#72117).

(cherry picked from commit c7a498260ce3c016611da6e5e0aa5edeca58cd80)
lisp/eshell/esh-proc.el