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 550A6431FD0 for ; Mon, 22 Aug 2011 07:28:33 -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 Q2R8pWznpTbx for ; Mon, 22 Aug 2011 07:28:32 -0700 (PDT) Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 489BF431FB6 for ; Mon, 22 Aug 2011 07:28:32 -0700 (PDT) Received: from taco2.nixu.fi (localhost [127.0.0.1]) by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p7MESTVL027831 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 22 Aug 2011 17:28:29 +0300 Received: (from too@localhost) by taco2.nixu.fi (8.14.3/8.14.3/Submit) id p7MESTuF027830; Mon, 22 Aug 2011 17:28:29 +0300 X-Authentication-Warning: taco2.nixu.fi: too set sender to tomi.ollila@nixu.com using -f From: Tomi Ollila To: Michal Sojka Subject: Re: [PATCH] Do not query on notmuch-search exit References: <1314020961-10172-1-git-send-email-sojkam1@fel.cvut.cz> X-Face: HhBM'cA~ (Michal Sojka's message of "Mon, 22 Aug 2011 15:49:21 +0200") Message-ID: User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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 14:28:33 -0000 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:"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... > > -Michal > Tomi