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 jroll...@finestructure.net wrote: On Sat, 27 Aug 2011 14:38:26 +0200, Michal Sojka sojk...@fel.cvut.cz wrote: Emacs 23.2 queries by default about killing existing processes. This is annoying when one wants to interrupt long search

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 sojk...@fel.cvut.cz 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

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 sojk...@fel.cvut.cz 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

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

2011-08-22 Thread Tomi Ollila
On Mon 22 Aug 2011 17:28, Tomi Ollila tomi.oll...@nixu.com writes: On Mon 22 Aug 2011 16:49, Michal Sojka sojk...@fel.cvut.cz 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

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 tomi.oll...@nixu.com writes: On Mon 22 Aug 2011 16:49, Michal Sojka sojk...@fel.cvut.cz writes: id:871uwhz228@servo.factory.finestructure.net. Can anyone check whether this works with emacs earlier than 23.2

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 sojk...@fel.cvut.cz 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

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