From: David Bremner Date: Sun, 25 Oct 2015 15:23:55 +0000 (+2100) Subject: elisp + company completion patches, v7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=40a9a095688a6be22fe245a283099c579f98a9cc;p=notmuch-archives.git elisp + company completion patches, v7 --- diff --git a/b5/cc5620801679b413777448ad3a3a1e23995c92 b/b5/cc5620801679b413777448ad3a3a1e23995c92 new file mode 100644 index 000000000..90738092d --- /dev/null +++ b/b5/cc5620801679b413777448ad3a3a1e23995c92 @@ -0,0 +1,50 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 007AE6DE1329 + for ; Sun, 25 Oct 2015 08:24:46 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.098 +X-Spam-Level: +X-Spam-Status: No, score=0.098 tagged_above=-999 required=5 tests=[AWL=0.098] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id LrU6bpWnU1D6 for ; + Sun, 25 Oct 2015 08:24:43 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id A83EB6DE1271 + for ; Sun, 25 Oct 2015 08:24:42 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) id 1ZqN9k-0004z0-TO + for notmuch@notmuchmail.org; Sun, 25 Oct 2015 15:24:24 +0000 +Received: (nullmailer pid 13819 invoked by uid 1000); Sun, 25 Oct 2015 + 15:24:04 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: elisp + company completion patches, v7 +Date: Sun, 25 Oct 2015 12:23:55 -0300 +Message-Id: <1445786638-13763-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.6.1 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Sun, 25 Oct 2015 15:24:46 -0000 + +This round contains several bug fixes from Mark, and a slightly +re-organized initialization from me. In particular, TAB should now +behave sanely under company. Also there's a stub +notmuch-address-message-insinuate to prevent peoples emacs startup +from failing. +