Re: [PATCH] emacs: send notmuch-query stderr to /dev/null

2011-01-27 Thread Jameson Rollins
On Thu, 27 Jan 2011 14:49:43 +1000, Carl Worth wrote: > On Wed, 26 Jan 2011 12:57:50 -0800, Jameson Rollins > wrote: > > The call-process to notmuch in notmuch-query.el was previously sending > > stderr into the output buffer. This means that if there is any stderr > > the JSON parsing breaks.

[PATCH] emacs: send notmuch-query stderr to /dev/null

2011-01-27 Thread Jameson Rollins
On Thu, 27 Jan 2011 14:49:43 +1000, Carl Worth wrote: > On Wed, 26 Jan 2011 12:57:50 -0800, Jameson Rollins finestructure.net> wrote: > > The call-process to notmuch in notmuch-query.el was previously sending > > stderr into the output buffer. This means that if there is any stderr > > the JSON

[PATCH] emacs: send notmuch-query stderr to /dev/null

2011-01-27 Thread Carl Worth
On Wed, 26 Jan 2011 12:57:50 -0800, Jameson Rollins wrote: > The call-process to notmuch in notmuch-query.el was previously sending > stderr into the output buffer. This means that if there is any stderr > the JSON parsing breaks. Unfortunately call-process does not support > sending stderr to a

[PATCH] emacs: send notmuch-query stderr to /dev/null

2011-01-27 Thread Michal Sojka
On Thu, 27 Jan 2011, Carl Worth wrote: > On Wed, 26 Jan 2011 12:57:50 -0800, Jameson Rollins finestructure.net> wrote: > > The call-process to notmuch in notmuch-query.el was previously sending > > stderr into the output buffer. This means that if there is any stderr > > the JSON parsing breaks.

Re: [PATCH] emacs: send notmuch-query stderr to /dev/null

2011-01-27 Thread Michal Sojka
On Thu, 27 Jan 2011, Carl Worth wrote: > On Wed, 26 Jan 2011 12:57:50 -0800, Jameson Rollins > wrote: > > The call-process to notmuch in notmuch-query.el was previously sending > > stderr into the output buffer. This means that if there is any stderr > > the JSON parsing breaks. Unfortunately c

Re: [PATCH] emacs: send notmuch-query stderr to /dev/null

2011-01-26 Thread Carl Worth
On Wed, 26 Jan 2011 12:57:50 -0800, Jameson Rollins wrote: > The call-process to notmuch in notmuch-query.el was previously sending > stderr into the output buffer. This means that if there is any stderr > the JSON parsing breaks. Unfortunately call-process does not support > sending stderr to

[PATCH] emacs: send notmuch-query stderr to /dev/null

2011-01-26 Thread Jameson Rollins
The call-process to notmuch in notmuch-query.el was previously sending stderr into the output buffer. This means that if there is any stderr the JSON parsing breaks. Unfortunately call-process does not support sending stderr to a separate buffer or to the minibuffer [0], but it does support sendi

[PATCH] emacs: send notmuch-query stderr to /dev/null

2011-01-26 Thread Jameson Rollins
The call-process to notmuch in notmuch-query.el was previously sending stderr into the output buffer. This means that if there is any stderr the JSON parsing breaks. Unfortunately call-process does not support sending stderr to a separate buffer or to the minibuffer [0], but it does support sendi