Re: [PATCH v1 1/1] emacs: Kill the stderr buffer when an async process completes

Subject: Re: [PATCH v1 1/1] emacs: Kill the stderr buffer when an async process completes

Date: Sun, 26 Aug 2018 08:30:41 -0300

To: David Edmondson, notmuch@notmuchmail.org

Cc:

From: David Bremner


David Edmondson <dme@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))))
> +

_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: