--- /dev/null
+Return-Path: <sojkam1@fel.cvut.cz>\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 7EF6A431FAE\r
+ for <notmuch@notmuchmail.org>; Wed, 30 Jul 2014 13:42:08 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+ tests=[RCVD_IN_DNSWL_MED=-2.3] 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 J4JLU7kDVCsM for <notmuch@notmuchmail.org>;\r
+ Wed, 30 Jul 2014 13:42:00 -0700 (PDT)\r
+Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
+ by olra.theworths.org (Postfix) with ESMTP id CE8D1431FB6\r
+ for <notmuch@notmuchmail.org>; Wed, 30 Jul 2014 13:41:59 -0700 (PDT)\r
+Received: from localhost (unknown [192.168.200.7])\r
+ by max.feld.cvut.cz (Postfix) with ESMTP id B8AE43CFECB;\r
+ Wed, 30 Jul 2014 22:41:56 +0200 (CEST)\r
+X-Virus-Scanned: IMAP STYX AMAVIS\r
+Received: from max.feld.cvut.cz ([192.168.200.1])\r
+ by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new,\r
+ port 10044)\r
+ with ESMTP id OiD19iK8q0ZU; Wed, 30 Jul 2014 22:41:52 +0200 (CEST)\r
+Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
+ by max.feld.cvut.cz (Postfix) with ESMTP id 5ED993CFECC;\r
+ Wed, 30 Jul 2014 22:41:52 +0200 (CEST)\r
+Received: from wsh by steelpick.2x.cz with local (Exim 4.82_1-5b7a7c0-XX)\r
+ (envelope-from <sojkam1@fel.cvut.cz>)\r
+ id 1XCah0-0004k7-5t; Wed, 30 Jul 2014 22:41:46 +0200\r
+From: Michal Sojka <sojkam1@fel.cvut.cz>\r
+To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH RFC] Emacs: Add address completion mechanism implemented\r
+ in elisp\r
+In-Reply-To: <87tx5zvdzg.fsf@maritornes.cs.unb.ca>\r
+References: <87bns8f6hi.fsf@steelpick.2x.cz>\r
+ <1406653070-13174-1-git-send-email-sojkam1@fel.cvut.cz>\r
+ <87tx5zvdzg.fsf@maritornes.cs.unb.ca>\r
+User-Agent: Notmuch/0.18.1+51~gbbbdf04 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Wed, 30 Jul 2014 22:41:46 +0200\r
+Message-ID: <87fvhivat1.fsf@steelpick.2x.cz>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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 20:42:08 -0000\r
+\r
+On Wed, Jul 30 2014, David Bremner wrote:\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
+\r
+Yes. I contacted company-mode maintainer with this problem and it is now\r
+fixed in git. It's not yet released though. See\r
+https://github.com/company-mode/company-mode/issues/156.\r
+\r
+-Micahl\r