Re: [PATCH] emacs: Tab completion for notmuch-search and notmuch-search-filter
authorJameson Graef Rollins <jrollins@finestructure.net>
Tue, 9 Aug 2011 21:41:02 +0000 (14:41 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:14 +0000 (09:39 -0800)
bc/6232a9d378bbd616b9de5b27ba582e72224c6e [new file with mode: 0644]

diff --git a/bc/6232a9d378bbd616b9de5b27ba582e72224c6e b/bc/6232a9d378bbd616b9de5b27ba582e72224c6e
new file mode 100644 (file)
index 0000000..d25f333
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <jrollins@finestructure.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 359C7431FD0\r
+       for <notmuch@notmuchmail.org>; Tue,  9 Aug 2011 14:42:47 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id nW00GgAuL37b for <notmuch@notmuchmail.org>;\r
+       Tue,  9 Aug 2011 14:42:46 -0700 (PDT)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id E04ED431FB6\r
+       for <notmuch@notmuchmail.org>; Tue,  9 Aug 2011 14:42:45 -0700 (PDT)\r
+Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by earth-doxen-postvirus (Postfix) with ESMTP id A85D866E00AE;\r
+       Tue,  9 Aug 2011 14:41:05 -0700 (PDT)\r
+X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
+Received: from finestructure.net (gwave-86.ligo.caltech.edu [131.215.114.86])\r
+       (Authenticated sender: jrollins)\r
+       by earth-doxen-submit (Postfix) with ESMTP id CBB7E66E018C;\r
+       Tue,  9 Aug 2011 14:41:02 -0700 (PDT)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id AF160367; Tue,  9 Aug 2011 14:41:02 -0700 (PDT)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Daniel Schoepe <daniel.schoepe@googlemail.com>,\r
+       Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: Re: [PATCH] emacs: Tab completion for notmuch-search and\r
+       notmuch-search-filter\r
+In-Reply-To: <87liv21ofz.fsf@gilead.invalid>\r
+References: <87liv7r2u3.fsf@servo.factory.finestructure.net>\r
+       <1312578208-16170-1-git-send-email-jrollins@finestructure.net>\r
+       <87aabnqdf0.fsf@servo.factory.finestructure.net>\r
+       <87liv21ofz.fsf@gilead.invalid>\r
+User-Agent: Notmuch/0.7-41-g7dce23e (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Tue, 09 Aug 2011 14:41:02 -0700\r
+Message-ID: <87vcu6jma9.fsf@servo.factory.finestructure.net>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 09 Aug 2011 21:42:47 -0000\r
+\r
+On Tue, 09 Aug 2011 19:31:44 +0200, Daniel Schoepe <daniel.schoepe@googlemail.com> wrote:\r
+> Turns out, I just used `read-from-minibuffer' incorrectly, here's an\r
+> updated version.\r
+\r
+Hey, Daniel.  Thanks so much for the quick fix!  This new patch seems to\r
+work great.\r
+\r
+Signed-off-by: Jameson Graef Rollins <jrollins@finestructure.net>\r
+\r
+jamie.\r