emacs-async icon indicating copy to clipboard operation
emacs-async copied to clipboard

`async-when-done` does not handle the `signal` status

Open sdevlin opened this issue 5 years ago • 0 comments
trafficstars

The async-when-done process sentinel performs clean-up only when the process status is exit.

It does nothing when process-status returns signal. This is the case when delete-process is called on the process object.

I'm not sure what the correct behavior should be. I think this behavior should be documented, at least.

sdevlin avatar Apr 11 '20 23:04 sdevlin