Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 87E006DE163F for ; Sun, 31 May 2015 10:15:48 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.268 X-Spam-Level: X-Spam-Status: No, score=0.268 tagged_above=-999 required=5 tests=[AWL=0.268] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E8WH5kLdtRTN for ; Sun, 31 May 2015 10:15:46 -0700 (PDT) Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id F155F6DE1638 for ; Sun, 31 May 2015 10:15:45 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.80) (envelope-from ) id 1Yz6oe-00050Q-L9; Sun, 31 May 2015 17:14:28 +0000 Received: (nullmailer pid 21742 invoked by uid 1000); Sun, 31 May 2015 17:14:10 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Added "is:" style completion to notmuch-read-query. In-Reply-To: <1419671907-27170-1-git-send-email-david@tethera.net> References: <1419671907-27170-1-git-send-email-david@tethera.net> User-Agent: Notmuch/0.20 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Sun, 31 May 2015 19:14:10 +0200 Message-ID: <87siacwty5.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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, 31 May 2015 17:15:48 -0000 David Bremner writes: > From: Charles Celerier > > The notmuch-search-terms man page states that "tag:" is equivalent > to "is:". Completion for "is:" style searches is now supported > in the Emacs interface. > > Amended by David Bremner: combine lexical-let and let into > lexical-let* Pushed. I had to resolve conflicts by hand, which is why I didn't merge it for 0.20. d