[PATCH v4 0/3] Emacs: Address completion implemented in elisp

Subject: [PATCH v4 0/3] Emacs: Address completion implemented in elisp

Date: Fri, 19 Sep 2014 20:16:39 +0200

To: notmuch@notmuchmail.org

Cc:

From: Michal Sojka


Hi,

this is another version of my address completion patchset. It
obsoletes id:1407771091-12651-1-git-send-email-sojkam1@fel.cvut.cz.

This version works reasonably well on systems with rotating disk,
which was my main problem with the previous version. It also
incorporates suggestions pointed out by others.

This is not (yet) based on Jani's patch for printing the addresses by
notmuch search (id:1410021689-15901-1-git-send-email-jani@nikula.org).
I'll at this as a next step as it will simplify the elisp code and
make the address completion faster.

Michal Sojka (3):
  Emacs: Display a message when generating address completion candidates
  Emacs: Add address completion mechanism implemented in elisp
  Emacs: Add address completion based on company-mode

 emacs/Makefile.local     |   6 ++-
 emacs/notmuch-address.el | 126 +++++++++++++++++++++++++++++++++++++++++++----
 emacs/notmuch-company.el |  81 ++++++++++++++++++++++++++++++
 emacs/notmuch-lib.el     |   3 ++
 4 files changed, 206 insertions(+), 10 deletions(-)
 create mode 100644 emacs/notmuch-company.el

-- 
2.1.0


Thread: