From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id E1DBF6DE01F8 for ; Mon, 8 Oct 2018 05:46:39 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[AWL=0.000, RCVD_IN_DNSWL_LOW=-0.7] 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 ju5w2T_nO8r1 for ; Mon, 8 Oct 2018 05:46:38 -0700 (PDT) Received: from out49-ams.mf.surf.net (out49-ams.mf.surf.net [145.0.1.49]) by arlo.cworth.org (Postfix) with ESMTPS id A6FB66DE0122 for ; Mon, 8 Oct 2018 05:46:37 -0700 (PDT) Received: from tardes.nikhef.nl (tardes.nikhef.nl [192.16.199.155]) by outgoing2-ams.mf.surf.net (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w98CkETx002568; Mon, 8 Oct 2018 14:46:14 +0200 Received: from localhost (localhost [127.0.0.1]) by tardes.nikhef.nl (Postfix) with ESMTP id 6B7E8101140D; Mon, 8 Oct 2018 14:46:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at nikhef.nl Received: from tardes.nikhef.nl ([127.0.0.1]) by localhost (tardes.nikhef.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id q0bdCRaQssa4; Mon, 8 Oct 2018 14:46:26 +0200 (CEST) Received: from localhost (simeto.nikhef.nl [192.16.192.44]) (Authenticated sender: templon) by tardes.nikhef.nl (Postfix) with ESMTPSA id E5333101140C; Mon, 8 Oct 2018 14:46:25 +0200 (CEST) From: Jeff Templon To: David Edmondson , William Casarin , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: filter tag completions by current query In-Reply-To: References: <20181008114752.14457-1-jb55@jb55.com> Date: Mon, 08 Oct 2018 14:46:25 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Bayes-Prob: 0.0001 (Score 0, tokens from: nikhef-out:default, nikhef:default, base:default, @@RPTN) X-CanIt-Geo: ip=192.16.199.155; country=NL; latitude=52.3824; longitude=4.8995; http://maps.google.com/maps?q=52.3824,4.8995&z=6 X-CanItPRO-Stream: nikhef-out:default (inherits from nikhef:default, base:default) X-Canit-Stats-ID: 0vWJ0KeOO - e897156e0c1c - 20181008 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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, 08 Oct 2018 12:46:40 -0000 hi guys, a question from a newbie - where are all these things documented? The notmuch-emacs documentation that I could find was pretty basic IIRC. Be glad to hear that I've been looking in the wrong places. David Edmondson writes: > Looks good - a nice usability improvement. JT