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 6C840431FBD for ; Wed, 2 Dec 2009 05:45:28 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 K-9l7YQcagwL for ; Wed, 2 Dec 2009 05:45:25 -0800 (PST) Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com [209.85.218.224]) by olra.theworths.org (Postfix) with ESMTP id D82DC431FAE for ; Wed, 2 Dec 2009 05:45:24 -0800 (PST) Received: by bwz24 with SMTP id 24so174338bwz.30 for ; Wed, 02 Dec 2009 05:45:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:cc:subject :in-reply-to:references:date:message-id:mime-version:content-type; bh=/5Diqj7wbji6rOGs+qqdsLhlSpfcbFKo8BguxiMp2LU=; b=r6Vcw0FS594a3Vii00moMsDxoHG0AVbkQAPVjPcmbr9KODVMyhekWKvebcrnbeUhTx kDsGj0kMPtpF9kbz6hKshiV3RntjBFqCpQIihcCyVh/mLrzO5MH3r2m/ziAPgLgiNVj+ DagEpkFYj45AOqDaGhJgBWhVvTgLL+U26ZTks= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-type; b=fvlNurKc5NKO1w3irL8BtQ0e1RTv93MyXC7GIFQAXQhH0xu24sgrFST1hAcGpa2Usq j/y+xiqb0xwKldQDRj2lHtAfnSa1SCgpkxvnlkUQSZX+gYRjPwa1OrLIXzHw0KDy11V5 aLlTd88qT+yfsiPHGhUhmK6nk9wv2LCx4ah6c= Received: by 10.204.33.6 with SMTP id f6mr158105bkd.37.1259761523459; Wed, 02 Dec 2009 05:45:23 -0800 (PST) Received: from kunyang (vawpc43.ethz.ch [129.132.59.11]) by mx.google.com with ESMTPS id 1sm1456580fkt.33.2009.12.02.05.45.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 02 Dec 2009 05:45:22 -0800 (PST) Sender: Jed Brown From: Jed Brown To: Jan Janak In-Reply-To: <20091202131808.GC4411@ryngle.com> References: <1258976966-22407-1-git-send-email-jed@59A2.org> <1258999643-30742-1-git-send-email-jed@59A2.org> <87bpii9j7o.fsf@yoom.home.cworth.org> <87vdgp4p5e.fsf@59A2.org> <20091202131808.GC4411@ryngle.com> Date: Wed, 02 Dec 2009 14:46:04 +0100 Message-ID: <874oo9fq03.fsf@59A2.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org Subject: Re: [notmuch] [PATCH] Make search filters handle disjunctive queries. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Wed, 02 Dec 2009 13:45:28 -0000 On Wed, 2 Dec 2009 14:18:08 +0100, Jan Janak wrote: > I haven't been really following this thread in detail. What is that you need > from notmuch-select-tag-with-completion? To be able to process a list of tags > separated by spaces? Maybe I could help you with that. No, it would need to take input separated by spaces, now I just get `[No match]' when I try to enter a space. I think it's just not how completing-read works, the idea would be for the user to be able to type shorttag and not long which would complete to shorttag and not longboringtagname The point of my patch was to be able to filter using arbitrary expressions where every non-operator, i.e. `and', `or', `not', `(', and `)', is interpreted as a tag name. Is there an easy way to accept this input without sacrificing completion? Jed