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 22:16:32 +0100

To: David Bremner, notmuch@notmuchmail.org

Cc:

From: David Edmondson


On Sunday, 2018-08-26 at 08:30:41 -03, David Bremner wrote:

> 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.

For non-make-process.  Updated patch sent.

>> +    (when err-buffer (kill-buffer err-buffer))))
>> +

dme.
-- 
I'm not the reason you're looking for redemption.
_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: