Re: [PATCH v2] Emacs: Add address completion mechanism implemented in elisp
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 11 Aug 2014 15:22:56 +0000 (17:22 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:04:11 +0000 (10:04 -0800)
63/d60771e0a4978160ba31ed92bb295b074bbb77 [new file with mode: 0644]

diff --git a/63/d60771e0a4978160ba31ed92bb295b074bbb77 b/63/d60771e0a4978160ba31ed92bb295b074bbb77
new file mode 100644 (file)
index 0000000..1456625
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <sojkam1@fel.cvut.cz>\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 3E178431FAF\r
+       for <notmuch@notmuchmail.org>; Mon, 11 Aug 2014 08:23:06 -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 bfudvrzv-yEk for <notmuch@notmuchmail.org>;\r
+       Mon, 11 Aug 2014 08:23:01 -0700 (PDT)\r
+Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
+       by olra.theworths.org (Postfix) with ESMTP id 869C3431FAE\r
+       for <notmuch@notmuchmail.org>; Mon, 11 Aug 2014 08:23:01 -0700 (PDT)\r
+Received: from localhost (unknown [192.168.200.7])\r
+       by max.feld.cvut.cz (Postfix) with ESMTP id B08D719F342E;\r
+       Mon, 11 Aug 2014 17:23:00 +0200 (CEST)\r
+X-Virus-Scanned: IMAP STYX AMAVIS\r
+Received: from max.feld.cvut.cz ([192.168.200.1])\r
+       by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new,\r
+       port 10044)\r
+       with ESMTP id Y5fMKpVqXVfr; Mon, 11 Aug 2014 17:22:56 +0200 (CEST)\r
+Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
+       by max.feld.cvut.cz (Postfix) with ESMTP id 99D2E19F3337;\r
+       Mon, 11 Aug 2014 17:22:56 +0200 (CEST)\r
+Received: from wsh by steelpick.2x.cz with local (Exim 4.82_1-5b7a7c0-XX)\r
+       (envelope-from <sojkam1@fel.cvut.cz>)\r
+       id 1XGrR2-00030s-7w; Mon, 11 Aug 2014 17:22:56 +0200\r
+From: Michal Sojka <sojkam1@fel.cvut.cz>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v2] Emacs: Add address completion mechanism implemented in\r
+       elisp\r
+In-Reply-To: <1407767549-30861-1-git-send-email-sojkam1@fel.cvut.cz>\r
+References: <1407767549-30861-1-git-send-email-sojkam1@fel.cvut.cz>\r
+User-Agent: Notmuch/0.18.1+70~ge8d943c (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Mon, 11 Aug 2014 17:22:56 +0200\r
+Message-ID: <87r40naw4v.fsf@steelpick.2x.cz>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Mon, 11 Aug 2014 15:23:06 -0000\r
+\r
+On Mon, Aug 11 2014, Michal Sojka wrote:\r
+> Currently, notmuch has an address completion mechanism that requires\r
+> external command to provide completion candidates. This patch adds a\r
+> completion mechanism inspired by https://github.com/tjim/nevermore,\r
+> which is implemented in Emacs lisp only.\r
+\r
+Sorry, this doesn't apply to current master. I'll resend an updated\r
+version.\r
+\r
+-Michal\r
+\r