[PATCH v1 1/1] emacs: Kill the stderr buffer when an async process completes
David Bremner
david at tethera.net
Sun Aug 26 04:30:41 PDT 2018
David Edmondson <dme at dme.org> writes:
>
> +(defun notmuch-start-notmuch-error-sentinel (proc event)
> + (let* ((err-file (process-get proc 'err-file))
> + (err-buffer (or (process-get proc 'err-buffer)
> + (find-file-noselect err-file))))
Is the second case here (find-file-noselect) for the non-make-process
code path, or something else? It might help to have a comment.
> + (when err-buffer (kill-buffer err-buffer))))
> +
More information about the notmuch
mailing list