[PATCH] Do not query on notmuch-search exit

2011-11-11 Thread Pieter Praet
On Sat, 08 Oct 2011 20:46:44 -0700, Jameson Graef Rollins wrote: > On Sat, 27 Aug 2011 14:38:26 +0200, Michal Sojka > wrote: > > Emacs 23.2 queries by default about killing existing processes. This > > is annoying when one wants to interrupt long search with 'q' key. > > Disable this behavior fo

Re: [PATCH] Do not query on notmuch-search exit

2011-11-10 Thread Pieter Praet
On Sat, 08 Oct 2011 20:46:44 -0700, Jameson Graef Rollins wrote: > On Sat, 27 Aug 2011 14:38:26 +0200, Michal Sojka wrote: > > Emacs 23.2 queries by default about killing existing processes. This > > is annoying when one wants to interrupt long search with 'q' key. > > Disable this behavior for

Re: [PATCH] Do not query on notmuch-search exit

2011-10-08 Thread Jameson Graef Rollins
On Sat, 27 Aug 2011 14:38:26 +0200, Michal Sojka wrote: > Emacs 23.2 queries by default about killing existing processes. This > is annoying when one wants to interrupt long search with 'q' key. > Disable this behavior for notmuch. I would like to advocate that this patch gets pushed soon so that

[PATCH] Do not query on notmuch-search exit

2011-10-08 Thread Jameson Graef Rollins
On Sat, 27 Aug 2011 14:38:26 +0200, Michal Sojka wrote: > Emacs 23.2 queries by default about killing existing processes. This > is annoying when one wants to interrupt long search with 'q' key. > Disable this behavior for notmuch. I would like to advocate that this patch gets pushed soon so that

[PATCH] Do not query on notmuch-search exit

2011-08-27 Thread Michal Sojka
On Tue, 23 Aug 2011, Jameson Graef Rollins wrote: > On Mon, 22 Aug 2011 22:29:03 +0200, Michal Sojka > wrote: > > - (set-process-filter proc 'notmuch-search-process-filter > > + (set-process-filter proc 'notmuch-search-process-filter) > > + (set-process-query-on-exit-flag proc nil

Re: [PATCH] Do not query on notmuch-search exit

2011-08-27 Thread Michal Sojka
On Tue, 23 Aug 2011, Jameson Graef Rollins wrote: > On Mon, 22 Aug 2011 22:29:03 +0200, Michal Sojka wrote: > > - (set-process-filter proc 'notmuch-search-process-filter > > + (set-process-filter proc 'notmuch-search-process-filter) > > + (set-process-query-on-exit-flag proc nil)))

Re: [PATCH] Do not query on notmuch-search exit

2011-08-23 Thread Jameson Graef Rollins
On Mon, 22 Aug 2011 22:29:03 +0200, Michal Sojka wrote: > - (set-process-filter proc 'notmuch-search-process-filter > + (set-process-filter proc 'notmuch-search-process-filter) > + (set-process-query-on-exit-flag proc nil))) > + ) As very minor stylistic point, I think

[PATCH] Do not query on notmuch-search exit

2011-08-23 Thread Jameson Graef Rollins
On Mon, 22 Aug 2011 22:29:03 +0200, Michal Sojka wrote: > - (set-process-filter proc 'notmuch-search-process-filter > + (set-process-filter proc 'notmuch-search-process-filter) > + (set-process-query-on-exit-flag proc nil))) > + ) As very minor stylistic point, I think

[PATCH] Do not query on notmuch-search exit

2011-08-22 Thread Michal Sojka
Emacs 23.2 queries by default about killing existing processes. This is annoying when one wants to interrupt long search with 'q' key. Disable this behavior for notmuch. --- emacs/notmuch.el |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch.el b/emacs/notmuc

[PATCH] Do not query on notmuch-search exit

2011-08-22 Thread Michal Sojka
On Mon, 22 Aug 2011, Jameson Graef Rollins wrote: > On Mon, 22 Aug 2011 15:49:21 +0200, Michal Sojka > wrote: > > Emacs 23.2 queries by default about killing existing processes. This > > is annoying when one wants to interrupt long search with 'q' key. > > Disable this behavior for notmuch. > >

[PATCH] Do not query on notmuch-search exit

2011-08-22 Thread Michal Sojka
On Mon, 22 Aug 2011, Tomi Ollila wrote: > On Mon 22 Aug 2011 17:28, Tomi Ollila writes: > > > On Mon 22 Aug 2011 16:49, Michal Sojka writes: > >> id:"871uwhz228.fsf at servo.factory.finestructure.net". Can anyone check > >> whether this works with emacs earlier than 23.2 or whether we need > >>

[PATCH] Do not query on notmuch-search exit

2011-08-22 Thread Tomi Ollila
On Mon 22 Aug 2011 17:28, Tomi Ollila writes: > On Mon 22 Aug 2011 16:49, Michal Sojka writes: >> id:"871uwhz228.fsf at servo.factory.finestructure.net". Can anyone check >> whether this works with emacs earlier than 23.2 or whether we need >> to check for version or something in the code? > > I

[PATCH] Do not query on notmuch-search exit

2011-08-22 Thread Tomi Ollila
On Mon 22 Aug 2011 16:49, Michal Sojka writes: > Emacs 23.2 queries by default about killing existing processes. This > is annoying when one wants to interrupt long search with 'q' key. > Disable this behavior for notmuch. > -- > > I'm resending this again as jrollins requested in > id:"871uwhz2

[PATCH] Do not query on notmuch-search exit

2011-08-22 Thread Michal Sojka
Emacs 23.2 queries by default about killing existing processes. This is annoying when one wants to interrupt long search with 'q' key. Disable this behavior for notmuch. -- I'm resending this again as jrollins requested in id:"871uwhz228.fsf at servo.factory.finestructure.net". Can anyone check wh

[PATCH] Do not query on notmuch-search exit

2011-08-22 Thread James Vasile
Thanks for this, Michal. I've applied it to my local tree.

[PATCH] Do not query on notmuch-search exit

2011-08-22 Thread Michal Sojka
Emacs 23.2 queries by default about killing existing processes. This is annoying when one wants to interrupt long search with 'q' key. Disable this behavior for notmuch. --- emacs/notmuch.el |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch.el b/emacs/notmuc

Re: [PATCH] Do not query on notmuch-search exit

2011-08-22 Thread Michal Sojka
On Mon, 22 Aug 2011, Jameson Graef Rollins wrote: > On Mon, 22 Aug 2011 15:49:21 +0200, Michal Sojka wrote: > > Emacs 23.2 queries by default about killing existing processes. This > > is annoying when one wants to interrupt long search with 'q' key. > > Disable this behavior for notmuch. > > Tha

Re: [PATCH] Do not query on notmuch-search exit

2011-08-22 Thread James Vasile
Thanks for this, Michal. I've applied it to my local tree. ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH] Do not query on notmuch-search exit

2011-08-22 Thread Jameson Graef Rollins
On Mon, 22 Aug 2011 15:49:21 +0200, Michal Sojka wrote: > Emacs 23.2 queries by default about killing existing processes. This > is annoying when one wants to interrupt long search with 'q' key. > Disable this behavior for notmuch. Thanks for resubmitting this patch, Michal. I definitely prefer

[PATCH] Do not query on notmuch-search exit

2011-08-22 Thread Jameson Graef Rollins
On Mon, 22 Aug 2011 15:49:21 +0200, Michal Sojka wrote: > Emacs 23.2 queries by default about killing existing processes. This > is annoying when one wants to interrupt long search with 'q' key. > Disable this behavior for notmuch. Thanks for resubmitting this patch, Michal. I definitely prefer

Re: [PATCH] Do not query on notmuch-search exit

2011-08-22 Thread Michal Sojka
On Mon, 22 Aug 2011, Tomi Ollila wrote: > On Mon 22 Aug 2011 17:28, Tomi Ollila writes: > > > On Mon 22 Aug 2011 16:49, Michal Sojka writes: > >> id:"871uwhz228@servo.factory.finestructure.net". Can anyone check > >> whether this works with emacs earlier than 23.2 or whether we need > >> to

Re: [PATCH] Do not query on notmuch-search exit

2011-08-22 Thread Tomi Ollila
On Mon 22 Aug 2011 17:28, Tomi Ollila writes: > On Mon 22 Aug 2011 16:49, Michal Sojka writes: >> id:"871uwhz228@servo.factory.finestructure.net". Can anyone check >> whether this works with emacs earlier than 23.2 or whether we need >> to check for version or something in the code? > > It w

Re: [PATCH] Do not query on notmuch-search exit

2011-08-22 Thread Tomi Ollila
On Mon 22 Aug 2011 16:49, Michal Sojka writes: > Emacs 23.2 queries by default about killing existing processes. This > is annoying when one wants to interrupt long search with 'q' key. > Disable this behavior for notmuch. > -- > > I'm resending this again as jrollins requested in > id:"871uwhz2

[PATCH] Do not query on notmuch-search exit

2011-08-22 Thread Michal Sojka
Emacs 23.2 queries by default about killing existing processes. This is annoying when one wants to interrupt long search with 'q' key. Disable this behavior for notmuch. -- I'm resending this again as jrollins requested in id:"871uwhz228@servo.factory.finestructure.net". Can anyone check wheth