Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / cd / 9436e27f389a09038e0749c7b9e11ea8c8bb10
1 Return-Path: <bremner@tethera.net>\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 arlo.cworth.org (Postfix) with ESMTP id 884BC6DE1226\r
6  for <notmuch@notmuchmail.org>; Sat, 24 Oct 2015 10:43:03 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.099\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.099 tagged_above=-999 required=5 tests=[AWL=0.099]\r
12  autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id wgLCvzI6E2Gc for <notmuch@notmuchmail.org>;\r
16  Sat, 24 Oct 2015 10:43:00 -0700 (PDT)\r
17 Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 2BDC86DE100D\r
19  for <notmuch@notmuchmail.org>; Sat, 24 Oct 2015 10:43:00 -0700 (PDT)\r
20 Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
21  (envelope-from <bremner@tethera.net>)\r
22  id 1Zq2p9-0001Hb-Ur; Sat, 24 Oct 2015 17:41:47 +0000\r
23 Received: (nullmailer pid 32257 invoked by uid 1000); Sat, 24 Oct 2015\r
24  17:41:28 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
27 Subject: elisp completion patches v6\r
28 Date: Sat, 24 Oct 2015 14:41:21 -0300\r
29 Message-Id: <1445708484-32189-1-git-send-email-david@tethera.net>\r
30 X-Mailer: git-send-email 2.6.1\r
31 In-Reply-To: <1445702019-10638-1-git-send-email-markwalters1009@gmail.com>\r
32 References: <1445702019-10638-1-git-send-email-markwalters1009@gmail.com>\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.20\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37  <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
39  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Sat, 24 Oct 2015 17:43:03 -0000\r
46 \r
47 Main changes since v5:\r
48 \r
49    - replace use of notmuch-message-message-insinuate. I'm not sure if\r
50      we should leave a stub function, or just break people's .emacs,\r
51      and tell them not to call it anymore.\r
52 \r
53    - company is autoloaded, and used, if present. This can be disabled\r
54      by setting notmuch-message-use-company to nil\r
55 \r
56    - notmuch-message-command being nil is now an explicit disabling of\r
57      of completion\r
58 \r
59    - deduplicate=address is hardcoded\r
60 \r
61 Things I didn't have time to do\r
62 \r
63        - date timeout\r
64        - make deduplication configurable\r
65        - make TAB invoke company\r
66 \r
67 I'm still not sure about the use of notmuch-message-command as opposed\r
68 to a seperate variable. This particular setup will be a smooth\r
69 transition for those that have customized the variable.\r
70 \r
71 I'm also not sure if enabling company should turn off non-company\r
72 based completion.\r
73 \r
74 A more conservative default would be to set\r
75 notmuch-message-use-company to nil.\r