Re: [PATCH v8 0/3] elisp + company completion patches
authorDavid Bremner <david@tethera.net>
Tue, 27 Oct 2015 11:08:45 +0000 (08:08 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:56 +0000 (14:49 -0700)
dc/dc7896d93b42efe49c35120ec08938655a829d [new file with mode: 0644]

diff --git a/dc/dc7896d93b42efe49c35120ec08938655a829d b/dc/dc7896d93b42efe49c35120ec08938655a829d
new file mode 100644 (file)
index 0000000..cb7005d
--- /dev/null
@@ -0,0 +1,66 @@
+Return-Path: <david@tethera.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 arlo.cworth.org (Postfix) with ESMTP id BD3CF6DE17ED\r
+ for <notmuch@notmuchmail.org>; Tue, 27 Oct 2015 04:10:49 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.097\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.097 tagged_above=-999 required=5 tests=[AWL=0.097]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id wPGtnoTq0lAG for <notmuch@notmuchmail.org>;\r
+ Tue, 27 Oct 2015 04:10:48 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id BE9E26DE17E3\r
+ for <notmuch@notmuchmail.org>; Tue, 27 Oct 2015 04:10:47 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1Zr27l-00070G-6U; Tue, 27 Oct 2015 11:09:05 +0000\r
+Received: (nullmailer pid 20909 invoked by uid 1000); Tue, 27 Oct 2015\r
+ 11:08:45 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Michal Sojka <sojkam1@fel.cvut.cz>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v8 0/3] elisp + company completion patches\r
+In-Reply-To: <1445901769-29134-1-git-send-email-sojkam1@fel.cvut.cz>\r
+References: <1445901769-29134-1-git-send-email-sojkam1@fel.cvut.cz>\r
+User-Agent: Notmuch/0.21~rc3+4~g36b38c2 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Tue, 27 Oct 2015 08:08:45 -0300\r
+Message-ID: <87bnbkbmbm.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 27 Oct 2015 11:10:49 -0000\r
+\r
+Michal Sojka <sojkam1@fel.cvut.cz> writes:\r
+\r
+> Hi David, Mark and others,\r
+>\r
+> thank you for pushing these patches forward. I gave them some testing\r
+> and they work as expected. In this version I addressed the comments to\r
+> v7 including Tomi's request for rewording :) The commit message of 2/3\r
+> was also updated to reflect changes in the code.\r
+>\r
+> Cheers.\r
+> -Michal\r
+\r
+Hi Michal;\r
+\r
+Thanks for doing the final polishing. These patches are in master now.\r
+\r
+d\r