Re: Flat search and threaded views
[notmuch-archives.git] / 35 / 6c2dacc6b7f750a39e39ef8504b112b78393f6
1 Return-Path: <sojkam1@fel.cvut.cz>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 7EF6A431FAE\r
6         for <notmuch@notmuchmail.org>; Wed, 30 Jul 2014 13:42:08 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id J4JLU7kDVCsM for <notmuch@notmuchmail.org>;\r
16         Wed, 30 Jul 2014 13:42:00 -0700 (PDT)\r
17 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
18         by olra.theworths.org (Postfix) with ESMTP id CE8D1431FB6\r
19         for <notmuch@notmuchmail.org>; Wed, 30 Jul 2014 13:41:59 -0700 (PDT)\r
20 Received: from localhost (unknown [192.168.200.7])\r
21         by max.feld.cvut.cz (Postfix) with ESMTP id B8AE43CFECB;\r
22         Wed, 30 Jul 2014 22:41:56 +0200 (CEST)\r
23 X-Virus-Scanned: IMAP STYX AMAVIS\r
24 Received: from max.feld.cvut.cz ([192.168.200.1])\r
25         by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new,\r
26         port 10044)\r
27         with ESMTP id OiD19iK8q0ZU; Wed, 30 Jul 2014 22:41:52 +0200 (CEST)\r
28 Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
29         by max.feld.cvut.cz (Postfix) with ESMTP id 5ED993CFECC;\r
30         Wed, 30 Jul 2014 22:41:52 +0200 (CEST)\r
31 Received: from wsh by steelpick.2x.cz with local (Exim 4.82_1-5b7a7c0-XX)\r
32         (envelope-from <sojkam1@fel.cvut.cz>)\r
33         id 1XCah0-0004k7-5t; Wed, 30 Jul 2014 22:41:46 +0200\r
34 From: Michal Sojka <sojkam1@fel.cvut.cz>\r
35 To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
36 Subject: Re: [PATCH RFC] Emacs: Add address completion mechanism implemented\r
37         in elisp\r
38 In-Reply-To: <87tx5zvdzg.fsf@maritornes.cs.unb.ca>\r
39 References: <87bns8f6hi.fsf@steelpick.2x.cz>\r
40         <1406653070-13174-1-git-send-email-sojkam1@fel.cvut.cz>\r
41         <87tx5zvdzg.fsf@maritornes.cs.unb.ca>\r
42 User-Agent: Notmuch/0.18.1+51~gbbbdf04 (http://notmuchmail.org) Emacs/24.3.1\r
43         (x86_64-pc-linux-gnu)\r
44 Date: Wed, 30 Jul 2014 22:41:46 +0200\r
45 Message-ID: <87fvhivat1.fsf@steelpick.2x.cz>\r
46 MIME-Version: 1.0\r
47 Content-Type: text/plain\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Wed, 30 Jul 2014 20:42:08 -0000\r
61 \r
62 On Wed, Jul 30 2014, David Bremner wrote:\r
63 > Michal Sojka <sojkam1@fel.cvut.cz> writes:\r
64 >\r
65 >> Notmuch currently has an address completion mechanism that requires\r
66 >> external script to provide completion candidates. This patch adds a\r
67 >> completion mechanism found in https://github.com/tjim/nevermore, which\r
68 >> is implemented in elisp only.\r
69 >\r
70 > I was playing with this a bit and I noticed that for very long\r
71 > completion lists, after scrolling down for a while, it get stuck, and up\r
72 > or down arrow yields no movement messages like\r
73 >\r
74 > ,----\r
75 > | Company: Front-end company-pseudo-tooltip-unless-just-one-frontend error "Args out of range: 1, 124" on command update [2 times]\r
76 > | Mark set\r
77 > `----\r
78 >\r
79 > Not sure if this is a company problem or a problem with the use of\r
80 > company.\r
81 >\r
82 > I have company-0.8.1 from elpa.\r
83 \r
84 Yes. I contacted company-mode maintainer with this problem and it is now\r
85 fixed in git. It's not yet released though. See\r
86 https://github.com/company-mode/company-mode/issues/156.\r
87 \r
88 -Micahl\r