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 359C7431FD0 for ; Tue, 9 Aug 2011 14:42:47 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 nW00GgAuL37b for ; Tue, 9 Aug 2011 14:42:46 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id E04ED431FB6 for ; Tue, 9 Aug 2011 14:42:45 -0700 (PDT) Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1]) by earth-doxen-postvirus (Postfix) with ESMTP id A85D866E00AE; Tue, 9 Aug 2011 14:41:05 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new Received: from finestructure.net (gwave-86.ligo.caltech.edu [131.215.114.86]) (Authenticated sender: jrollins) by earth-doxen-submit (Postfix) with ESMTP id CBB7E66E018C; Tue, 9 Aug 2011 14:41:02 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id AF160367; Tue, 9 Aug 2011 14:41:02 -0700 (PDT) From: Jameson Graef Rollins To: Daniel Schoepe , Notmuch Mail Subject: Re: [PATCH] emacs: Tab completion for notmuch-search and notmuch-search-filter In-Reply-To: <87liv21ofz.fsf@gilead.invalid> References: <87liv7r2u3.fsf@servo.factory.finestructure.net> <1312578208-16170-1-git-send-email-jrollins@finestructure.net> <87aabnqdf0.fsf@servo.factory.finestructure.net> <87liv21ofz.fsf@gilead.invalid> User-Agent: Notmuch/0.7-41-g7dce23e (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Tue, 09 Aug 2011 14:41:02 -0700 Message-ID: <87vcu6jma9.fsf@servo.factory.finestructure.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, 09 Aug 2011 21:42:47 -0000 On Tue, 09 Aug 2011 19:31:44 +0200, Daniel Schoepe wrote: > Turns out, I just used `read-from-minibuffer' incorrectly, here's an > updated version. Hey, Daniel. Thanks so much for the quick fix! This new patch seems to work great. Signed-off-by: Jameson Graef Rollins jamie.