From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D8AEB431FB6 for ; Sun, 7 Apr 2013 06:52:53 -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 9hwDo+9zRHaY for ; Sun, 7 Apr 2013 06:52:53 -0700 (PDT) Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 56ABC431FAE for ; Sun, 7 Apr 2013 06:52:53 -0700 (PDT) Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net ([156.34.82.78] helo=zancas.localnet) by tesseract.cs.unb.ca with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1UOq1c-0005IO-0W; Sun, 07 Apr 2013 10:52:52 -0300 Received: from bremner by zancas.localnet with local (Exim 4.80) (envelope-from ) id 1UOq1W-0006Px-Ez; Sun, 07 Apr 2013 10:52:46 -0300 From: David Bremner To: Karl Fogel , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: add missing paren to fix defun in notmuch-address.el. In-Reply-To: <87wqsfik5l.fsf@floss.red-bean.com> References: <87wqsfik5l.fsf@floss.red-bean.com> User-Agent: Notmuch/0.15.2+73~g1c450ec (http://notmuchmail.org) Emacs/24.2.1 (x86_64-pc-linux-gnu) Date: Sun, 07 Apr 2013 10:52:46 -0300 Message-ID: <87mwtah2hd.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain X-Spam_bar: - 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: Sun, 07 Apr 2013 13:52:54 -0000 Karl Fogel writes: > This patch fixes a trivial missing-paren problem in notmuch-address.el > (and reindents the following defun accordingly). I'm not subscribed > to this list, so please keep me CC'd on any followups. > > Best, > -Karl Dear Karl; Thanks very much for the patch. Since the offending commit is now reverted, it would be great if somebody (TM) would combine your patch with 238bf4cb09 Cheers, d