From db102df2d44b66ec5002ea568faadf9a0e2ab6cf Mon Sep 17 00:00:00 2001 From: Trevor Jim Date: Sat, 6 Sep 2014 01:36:14 +0000 Subject: [PATCH] Re: [PATCH v1 0/3] Address completion entirely in elisp. --- c4/d0d43376299d9eaa6bcdf310af9a107453165f | 91 +++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 c4/d0d43376299d9eaa6bcdf310af9a107453165f diff --git a/c4/d0d43376299d9eaa6bcdf310af9a107453165f b/c4/d0d43376299d9eaa6bcdf310af9a107453165f new file mode 100644 index 000000000..e7e8a99b9 --- /dev/null +++ b/c4/d0d43376299d9eaa6bcdf310af9a107453165f @@ -0,0 +1,91 @@ +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 216B3431FBC + for ; Fri, 5 Sep 2014 18:36:25 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -2.298 +X-Spam-Level: +X-Spam-Status: No, score=-2.298 tagged_above=-999 required=5 + tests=[FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, + 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 mBiIuKZJCYY2 for ; + Fri, 5 Sep 2014 18:36:17 -0700 (PDT) +Received: from st11p02mm-asmtp002.mac.com (st11p02mm-asmtp002.mac.com + [17.172.220.237]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 50021431FB6 + for ; Fri, 5 Sep 2014 18:36:17 -0700 (PDT) +Received: from st11p02mm-spool002.mac.com ([17.172.220.247]) + by st11p02mm-asmtp002.mac.com + (Oracle Communications Messaging Server 7u4-27.10(7.0.4.27.9) 64bit + (built Jun + 6 2014)) with ESMTP id <0NBG002I7HSEM710@st11p02mm-asmtp002.mac.com> + for notmuch@notmuchmail.org; Sat, 06 Sep 2014 01:36:15 +0000 (GMT) +MIME-version: 1.0 +Content-type: multipart/alternative; + boundary="Boundary_(ID_HvmWrdfyBxS6azmJXnREVA)" +Received: from localhost ([17.172.220.163]) by st11p02mm-spool002.mac.com + (Oracle Communications Messaging Server 7u4-27.08(7.0.4.27.7) 64bit + (built Aug + 22 2013)) with ESMTP id <0NBG0014DHSE0V40@st11p02mm-spool002.mac.com>; + Sat, 06 Sep 2014 01:36:14 +0000 (GMT) +To: David Edmondson +From: Trevor Jim +Subject: Re: [PATCH v1 0/3] Address completion entirely in elisp. +Date: Sat, 06 Sep 2014 01:36:14 +0000 (GMT) +X-Mailer: iCloud MailClient14F47 MailServer14F.16864 +X-Originating-IP: [128.112.139.195] +Message-id: +X-Proofpoint-Virus-Version: vendor=fsecure + engine=2.50.10432:5.12.52,1.0.27,0.0.0000 + definitions=2014-09-06_01:2014-09-05, 2014-09-05, + 1970-01-01 signatures=0 +X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 + suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam + adjust=0 + reason=mlx scancount=1 engine=7.0.1-1402240000 + definitions=main-1409060014 +Cc: notmuch@notmuchmail.org +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: Sat, 06 Sep 2014 01:36:25 -0000 + + +--Boundary_(ID_HvmWrdfyBxS6azmJXnREVA) +Content-type: text/plain; charset=utf-8; format=flowed +Content-transfer-encoding: quoted-printable + +You might want to take a look at the elisp-only completion I wrote for nev= +ermore.=0AAddress harvesting is pretty fast and anyway is asynchronous.=0A= +=0Ahttps://github.com/tjim/nevermore/blob/42febedb45da6158e26503359f864f77= +2d332de0/nm.el#L561=0A=EF=BB=BF=0A= + +--Boundary_(ID_HvmWrdfyBxS6azmJXnREVA) +Content-type: multipart/related; + boundary="Boundary_(ID_peFN0SHSRbLAu5CuMZekyg)"; type="text/html" + + +--Boundary_(ID_peFN0SHSRbLAu5CuMZekyg) +Content-type: text/html; CHARSET=US-ASCII +Content-transfer-encoding: 7BIT + +
You might want to take a look at the elisp-only completion I wrote for nevermore.
Address harvesting is pretty fast and anyway is asynchronous.

https://github.com/tjim/nevermore/blob/42febedb45da6158e26503359f864f772d332de0/nm.el#L561

+ +--Boundary_(ID_peFN0SHSRbLAu5CuMZekyg)-- + +--Boundary_(ID_HvmWrdfyBxS6azmJXnREVA)-- -- 2.26.2