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