elisp completion patches v6
authorDavid Bremner <david@tethera.net>
Sat, 24 Oct 2015 17:41:21 +0000 (14:41 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:54 +0000 (14:49 -0700)
cd/9436e27f389a09038e0749c7b9e11ea8c8bb10 [new file with mode: 0644]

diff --git a/cd/9436e27f389a09038e0749c7b9e11ea8c8bb10 b/cd/9436e27f389a09038e0749c7b9e11ea8c8bb10
new file mode 100644 (file)
index 0000000..0c03a07
--- /dev/null
@@ -0,0 +1,75 @@
+Return-Path: <bremner@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 arlo.cworth.org (Postfix) with ESMTP id 884BC6DE1226\r
+ for <notmuch@notmuchmail.org>; Sat, 24 Oct 2015 10:43:03 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.099\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.099 tagged_above=-999 required=5 tests=[AWL=0.099]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id wgLCvzI6E2Gc for <notmuch@notmuchmail.org>;\r
+ Sat, 24 Oct 2015 10:43:00 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 2BDC86DE100D\r
+ for <notmuch@notmuchmail.org>; Sat, 24 Oct 2015 10:43:00 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <bremner@tethera.net>)\r
+ id 1Zq2p9-0001Hb-Ur; Sat, 24 Oct 2015 17:41:47 +0000\r
+Received: (nullmailer pid 32257 invoked by uid 1000); Sat, 24 Oct 2015\r
+ 17:41:28 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: elisp completion patches v6\r
+Date: Sat, 24 Oct 2015 14:41:21 -0300\r
+Message-Id: <1445708484-32189-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.6.1\r
+In-Reply-To: <1445702019-10638-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1445702019-10638-1-git-send-email-markwalters1009@gmail.com>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 24 Oct 2015 17:43:03 -0000\r
+\r
+Main changes since v5:\r
+\r
+   - replace use of notmuch-message-message-insinuate. I'm not sure if\r
+     we should leave a stub function, or just break people's .emacs,\r
+     and tell them not to call it anymore.\r
+\r
+   - company is autoloaded, and used, if present. This can be disabled\r
+     by setting notmuch-message-use-company to nil\r
+\r
+   - notmuch-message-command being nil is now an explicit disabling of\r
+     of completion\r
+\r
+   - deduplicate=address is hardcoded\r
+\r
+Things I didn't have time to do\r
+\r
+       - date timeout\r
+       - make deduplication configurable\r
+       - make TAB invoke company\r
+\r
+I'm still not sure about the use of notmuch-message-command as opposed\r
+to a seperate variable. This particular setup will be a smooth\r
+transition for those that have customized the variable.\r
+\r
+I'm also not sure if enabling company should turn off non-company\r
+based completion.\r
+\r
+A more conservative default would be to set\r
+notmuch-message-use-company to nil.\r