Re: [PATCH 1/2] emacs: Refactor subprocess stderr propagation

2017-08-20 Thread David Bremner
Vladimir Panteleev writes: > Load subprocess error output to a string in the callers, and propagate > the error messages as a string parameter instead of a path to file > names. series pushed d ___ notmuch mailing list

Re: [PATCH 1/2] emacs: Refactor subprocess stderr propagation

2017-08-19 Thread Tomi Ollila
On Thu, Aug 17 2017, Vladimir Panteleev wrote: > Load subprocess error output to a string in the callers, and propagate > the error messages as a string parameter instead of a path to file > names. > > Required to be able to avoid using temporary files for subprocess > error output. > > *

[PATCH 1/2] emacs: Refactor subprocess stderr propagation

2017-08-17 Thread Vladimir Panteleev
Load subprocess error output to a string in the callers, and propagate the error messages as a string parameter instead of a path to file names. Required to be able to avoid using temporary files for subprocess error output. * notmuch-lib.el: Update notmuch-check-async-exit-status,