--- /dev/null
+Return-Path: <tomi.ollila@iki.fi>\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 6A0216DE1585\r
+ for <notmuch@notmuchmail.org>; Sun, 25 Oct 2015 13:26:16 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.118\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.118 tagged_above=-999 required=5 tests=[AWL=-0.278,\r
+ SPF_NEUTRAL=0.652, URIBL_SBL=0.644, URIBL_SBL_A=0.1] 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 D1b1YAwxdL-N for <notmuch@notmuchmail.org>;\r
+ Sun, 25 Oct 2015 13:26:14 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id BA21D6DE14FD\r
+ for <notmuch@notmuchmail.org>; Sun, 25 Oct 2015 13:26:13 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id 79AF0100046;\r
+ Sun, 25 Oct 2015 22:26:08 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
+Subject: Re: elisp + company completion patches, v7\r
+In-Reply-To: <1445786638-13763-1-git-send-email-david@tethera.net>\r
+References: <1445786638-13763-1-git-send-email-david@tethera.net>\r
+User-Agent: Notmuch/0.20.2+68~g0c35549 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Sun, 25 Oct 2015 22:26:08 +0200\r
+Message-ID: <m2lhaqu23j.fsf@guru.guru-group.fi>\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: Sun, 25 Oct 2015 20:26:16 -0000\r
+\r
+On Sun, Oct 25 2015, David Bremner <david@tethera.net> wrote:\r
+\r
+> This round contains several bug fixes from Mark, and a slightly\r
+> re-organized initialization from me. In particular, TAB should now\r
+> behave sanely under company. Also there's a stub\r
+> notmuch-address-message-insinuate to prevent peoples emacs startup\r
+> from failing.\r
+\r
+Looks pretty good, I, like Mark, noticed some newline changes in patch 1\r
+(which is fixed in patch 2 so I personally would not care of that). The\r
+another indentation thing Mark noticed is easy to amend.\r
+\r
+I, if this does not sound nitpicking, would amend those 'This patch' and\r
+'With this patch' texts in commit messages away by some rewording -- those\r
+pose as a bad example for someone reading the code -- and diminish the\r
+effect when I complain that again in future patched ;)\r
+\r
+The basic completion with this new system using notmuch address output\r
+and (supposedly) caching the values seems to work very well and I believe\r
+is welcome feature to (new) users. I did not test how company mode works\r
+as I don't have it (and there is no company mode for this mixed environment\r
+what I use now -- except that I could install it from elpa; maybe I try\r
+that in near future...)\r
+\r
+BTW: if anyone knows how to enable lexical-binding to a block of code\r
+(i.e. alternative to -*- lexical-binding: t -*- (or can give hints, like\r
+s/\([^-]\)let/\1lexical-let/) I'd like to know...)\r
+\r
+Tomi\r