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

David Edmondson dme at dme.org
Sun Aug 26 14:16:32 PDT 2018


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

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

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.


More information about the notmuch mailing list