Re: [PATCH RFC] Emacs: Add address completion mechanism implemented in elisp
authorDavid Bremner <david@tethera.net>
Wed, 30 Jul 2014 01:20:51 +0000 (22:20 +2100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:03:58 +0000 (10:03 -0800)
b2/d946e83624a471a167eff78e9a5466c8fbeaca [new file with mode: 0644]

diff --git a/b2/d946e83624a471a167eff78e9a5466c8fbeaca b/b2/d946e83624a471a167eff78e9a5466c8fbeaca
new file mode 100644 (file)
index 0000000..f7c4b5c
--- /dev/null
@@ -0,0 +1,74 @@
+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 olra.theworths.org (Postfix) with ESMTP id 18FF0431FB6\r
+       for <notmuch@notmuchmail.org>; Wed, 30 Jul 2014 02:27:25 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.103\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.103 tagged_above=-999 required=5\r
+       tests=[DATE_IN_PAST_06_12=1.103] 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 0RHe7D3WN70z for <notmuch@notmuchmail.org>;\r
+       Wed, 30 Jul 2014 02:27:21 -0700 (PDT)\r
+Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id A92EF431FAE\r
+       for <notmuch@notmuchmail.org>; Wed, 30 Jul 2014 02:27:21 -0700 (PDT)\r
+Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
+       (envelope-from <david@tethera.net>)\r
+       id 1XCQAE-0000o0-Ee; Wed, 30 Jul 2014 06:27:14 -0300\r
+Received: (nullmailer pid 14229 invoked by uid 1000); Wed, 30 Jul 2014\r
+       01:20:51 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Michal Sojka <sojkam1@fel.cvut.cz>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH RFC] Emacs: Add address completion mechanism implemented\r
+       in elisp\r
+In-Reply-To: <1406653070-13174-1-git-send-email-sojkam1@fel.cvut.cz>\r
+References: <87bns8f6hi.fsf@steelpick.2x.cz>\r
+       <1406653070-13174-1-git-send-email-sojkam1@fel.cvut.cz>\r
+User-Agent: Notmuch/0.18.1+45~gf47eeac (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Tue, 29 Jul 2014 22:20:51 -0300\r
+Message-ID: <87tx5zvdzg.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+Cc: tjim@mac.com\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: Wed, 30 Jul 2014 09:27:25 -0000\r
+\r
+Michal Sojka <sojkam1@fel.cvut.cz> writes:\r
+\r
+> Notmuch currently has an address completion mechanism that requires\r
+> external script to provide completion candidates. This patch adds a\r
+> completion mechanism found in https://github.com/tjim/nevermore, which\r
+> is implemented in elisp only.\r
+\r
+I was playing with this a bit and I noticed that for very long\r
+completion lists, after scrolling down for a while, it get stuck, and up\r
+or down arrow yields no movement messages like\r
+\r
+,----\r
+| Company: Front-end company-pseudo-tooltip-unless-just-one-frontend error "Args out of range: 1, 124" on command update [2 times]\r
+| Mark set\r
+`----\r
+\r
+Not sure if this is a company problem or a problem with the use of\r
+company.\r
+\r
+I have company-0.8.1 from elpa.\r