]> git.eshelyaron.com Git - emacs.git/commit
Improve error message for 'not running' processes
authorRobert Pluim <rpluim@gmail.com>
Wed, 9 Feb 2022 09:01:36 +0000 (10:01 +0100)
committerRobert Pluim <rpluim@gmail.com>
Wed, 16 Mar 2022 17:58:49 +0000 (18:58 +0100)
commitfa8c93ad9a6ccd210324951d999adab3766bdf63
tree01f71272e4d9b51a6034d0ea34ed4107518057d2
parent6b2e6a53ecdc78411a167a1ea5718dcddaf9411c
Improve error message for 'not running' processes

The current error message is simply 'not running', but
'status_message' can give information about why the process is in that
state, such as network errors, so return that as well.  (Bug#53762)

* src/process.c (send_process, Fprocess_send_eof): Add the output of
'status_message' to the error string.
src/process.c