]> git.eshelyaron.com Git - emacs.git/commit
Don't print subjob messages when running an Eshell script in the background
authorJim Porter <jporterbugs@gmail.com>
Sat, 23 Sep 2023 06:03:45 +0000 (23:03 -0700)
committerJim Porter <jporterbugs@gmail.com>
Tue, 3 Oct 2023 03:49:40 +0000 (20:49 -0700)
commit8f2cfe15a72a0c440909faa50a9c436931dcf85e
tree1d8672631b9577c4d7b55dfcb6b9f8822d41ff00
parent3f0461e5397ae7b5337c83e3a12f8d3bc6996133
Don't print subjob messages when running an Eshell script in the background

* lisp/eshell/esh-proc.el (eshell-subjob-messages): New variable...
(eshell-record-process-object)
(eshell-remove-process-entry): ... check it.

* lisp/eshell/em-script.el (eshell-source-file): Set
'eshell-subjob-messages' to nil.

* lisp/eshell/esh-cmd.el (eshell-do-subjob): Set
'eshell-subjob-messages' to t.

* test/lisp/eshell/em-script-tests.el
(em-script-test/source-script/background): New test.
lisp/eshell/em-script.el
lisp/eshell/esh-cmd.el
lisp/eshell/esh-proc.el
test/lisp/eshell/em-script-tests.el