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