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 AD12A6DE17E3 for ; Mon, 26 Oct 2015 16:30:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.594 X-Spam-Level: X-Spam-Status: No, score=-0.594 tagged_above=-999 required=5 tests=[AWL=2.256, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.55] 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 gwOqa9oVqEK6 for ; Mon, 26 Oct 2015 16:30:09 -0700 (PDT) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by arlo.cworth.org (Postfix) with ESMTP id DD6FA6DE17D7 for ; Mon, 26 Oct 2015 16:30:08 -0700 (PDT) Received: from localhost (unknown [192.168.200.7]) by max.feld.cvut.cz (Postfix) with ESMTP id E4F9A19F4824; Tue, 27 Oct 2015 00:23:04 +0100 (CET) X-Virus-Scanned: IMAP STYX AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, port 10044) with ESMTP id nsttCuD-1wUK; Tue, 27 Oct 2015 00:23:03 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 5F70619F499F; Tue, 27 Oct 2015 00:23:02 +0100 (CET) Received: from wsh by steelpick.2x.cz with local (Exim 4.86) (envelope-from ) id 1Zqr6S-0007aa-Hn; Tue, 27 Oct 2015 00:23:00 +0100 From: Michal Sojka To: notmuch@notmuchmail.org Subject: [PATCH v8 0/3] elisp + company completion patches Date: Tue, 27 Oct 2015 00:22:46 +0100 Message-Id: <1445901769-29134-1-git-send-email-sojkam1@fel.cvut.cz> X-Mailer: git-send-email 2.5.3 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: Mon, 26 Oct 2015 23:30:11 -0000 Hi David, Mark and others, thank you for pushing these patches forward. I gave them some testing and they work as expected. In this version I addressed the comments to v7 including Tomi's request for rewording :) The commit message of 2/3 was also updated to reflect changes in the code. Cheers. -Michal David Bremner (1): emacs: replace use of notmuch-address-message-insinuate Michal Sojka (2): Emacs: Add address completion mechanism implemented in elisp Emacs: Add address completion based on company-mode emacs/Makefile.local | 1 + emacs/notmuch-address.el | 213 ++++++++++++++++++++++++++++++++++++++--------- emacs/notmuch-company.el | 86 +++++++++++++++++++ emacs/notmuch-lib.el | 3 + emacs/notmuch-mua.el | 4 +- 5 files changed, 265 insertions(+), 42 deletions(-) create mode 100644 emacs/notmuch-company.el -- 2.5.3