Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 5818A431FD0 for ; Mon, 22 Aug 2011 09:14:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v0-i-XRl+z46 for ; Mon, 22 Aug 2011 09:14:10 -0700 (PDT) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id AEEFB431FB6 for ; Mon, 22 Aug 2011 09:14:10 -0700 (PDT) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 1B09419F32DB; Mon, 22 Aug 2011 18:14:10 +0200 (CEST) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id 1S1hIVt7qxVU; Mon, 22 Aug 2011 18:14:08 +0200 (CEST) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 50B1B19F2F50; Mon, 22 Aug 2011 18:14:08 +0200 (CEST) Received: from steelpick.2x.cz (unknown [141.76.49.12]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 36DD7FA003; Mon, 22 Aug 2011 18:14:07 +0200 (CEST) Received: from wsh by steelpick.2x.cz with local (Exim 4.76) (envelope-from ) id 1QvX8Z-000830-NS; Mon, 22 Aug 2011 18:14:07 +0200 From: Michal Sojka To: Tomi Ollila Subject: Re: [PATCH] Do not query on notmuch-search exit In-Reply-To: References: <1314020961-10172-1-git-send-email-sojkam1@fel.cvut.cz> User-Agent: Notmuch/0.6.1-91-g55c2c34 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Mon, 22 Aug 2011 18:14:07 +0200 Message-ID: <87d3fxe84w.fsf@steelpick.2x.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2011 16:14:11 -0000 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@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 works with emacs 22.2.1 -- is no-op there... > > No-op meaning that killing the process is not asked even > without this patch... Yes, this was the behavior I remember from earlier versions. Thanks. -Michal