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 81195431FAF for ; Tue, 12 Nov 2013 07:06:26 -0800 (PST) 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 Gs-XwITodNc1 for ; Tue, 12 Nov 2013 07:06:21 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 9952C431FAE for ; Tue, 12 Nov 2013 07:06:21 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 5EB8F100033; Tue, 12 Nov 2013 17:06:15 +0200 (EET) From: Tomi Ollila To: Kototama , notmuch@notmuchmail.org Subject: Re: Arg out of range error when tagging on the search view In-Reply-To: <52823E93.2090605@gmail.com> References: <52823E93.2090605@gmail.com> User-Agent: Notmuch/0.16+119~g219c55f (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain 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: Tue, 12 Nov 2013 15:06:26 -0000 On Tue, Nov 12 2013, Kototama wrote: > Hello, > > I'm using notmuch with the git id db5189a3b9194da55e5c311ef3fc50a72c8a7009 > > When typing M-: and executing (notmuch-search-tag "-unread") on the > search view, I get the following error in *Messages*: Why don't you just enter '-unread' in search buffer ? > help-function-arglist: End of file during parsing > Any idea? M-: (notmuch-search-tag '("-unread")) should work, the TAG-CHANGES is list these days. > > Pierre Tomi