[PATCH v3] Emacs: Add address completion mechanism implemented in elisp

2014-09-08 Thread Michal Sojka
On Mon, Sep 08 2014, David Edmondson wrote: > On Mon, Aug 11 2014, Michal Sojka wrote: >> Currently, notmuch has an address completion mechanism that requires >> external command to provide completion candidates. This patch adds a >> completion mechanism inspired by https://github.com/tjim/nevermor

[PATCH v3] Emacs: Add address completion mechanism implemented in elisp

2014-09-08 Thread David Edmondson
On Mon, Sep 08 2014, Michal Sojka wrote: > On Mon, Sep 08 2014, David Edmondson wrote: >> On Mon, Aug 11 2014, Michal Sojka wrote: >>> Currently, notmuch has an address completion mechanism that requires >>> external command to provide completion candidates. This patch adds a >>> completion mechani

[PATCH v3] Emacs: Add address completion mechanism implemented in elisp

2014-09-08 Thread Mark Walters
On Mon, 08 Sep 2014, David Edmondson wrote: > On Mon, Aug 11 2014, Michal Sojka wrote: >> Currently, notmuch has an address completion mechanism that requires >> external command to provide completion candidates. This patch adds a >> completion mechanism inspired by https://github.com/tjim/nevermo

[PATCH v3] Emacs: Add address completion mechanism implemented in elisp

2014-09-08 Thread David Edmondson
On Mon, Aug 11 2014, Michal Sojka wrote: > Currently, notmuch has an address completion mechanism that requires > external command to provide completion candidates. This patch adds a > completion mechanism inspired by https://github.com/tjim/nevermore, > which is implemented in Emacs lisp only. > >

Re: [PATCH v3] Emacs: Add address completion mechanism implemented in elisp

2014-09-08 Thread David Edmondson
On Mon, Sep 08 2014, Michal Sojka wrote: > On Mon, Sep 08 2014, David Edmondson wrote: >> On Mon, Aug 11 2014, Michal Sojka wrote: >>> Currently, notmuch has an address completion mechanism that requires >>> external command to provide completion candidates. This patch adds a >>> completion mechani

Re: [PATCH v3] Emacs: Add address completion mechanism implemented in elisp

2014-09-08 Thread Mark Walters
On Mon, 08 Sep 2014, David Edmondson wrote: > On Mon, Aug 11 2014, Michal Sojka wrote: >> Currently, notmuch has an address completion mechanism that requires >> external command to provide completion candidates. This patch adds a >> completion mechanism inspired by https://github.com/tjim/nevermo

Re: [PATCH v3] Emacs: Add address completion mechanism implemented in elisp

2014-09-08 Thread Michal Sojka
On Mon, Sep 08 2014, David Edmondson wrote: > On Mon, Aug 11 2014, Michal Sojka wrote: >> Currently, notmuch has an address completion mechanism that requires >> external command to provide completion candidates. This patch adds a >> completion mechanism inspired by https://github.com/tjim/nevermor

Re: [PATCH v3] Emacs: Add address completion mechanism implemented in elisp

2014-09-07 Thread David Edmondson
On Mon, Aug 11 2014, Michal Sojka wrote: > Currently, notmuch has an address completion mechanism that requires > external command to provide completion candidates. This patch adds a > completion mechanism inspired by https://github.com/tjim/nevermore, > which is implemented in Emacs lisp only. > >

[PATCH v3] Emacs: Add address completion mechanism implemented in elisp

2014-08-17 Thread Michal Sojka
On 11.8.2014 17:31, Michal Sojka wrote: > Currently, notmuch has an address completion mechanism that requires > external command to provide completion candidates. This patch adds a > completion mechanism inspired by https://github.com/tjim/nevermore, > which is implemented in Emacs lisp only. > >

Re: [PATCH v3] Emacs: Add address completion mechanism implemented in elisp

2014-08-17 Thread Michal Sojka
On 11.8.2014 17:31, Michal Sojka wrote: Currently, notmuch has an address completion mechanism that requires external command to provide completion candidates. This patch adds a completion mechanism inspired by https://github.com/tjim/nevermore, which is implemented in Emacs lisp only. The core

[PATCH v3] Emacs: Add address completion mechanism implemented in elisp

2014-08-11 Thread Michal Sojka
Currently, notmuch has an address completion mechanism that requires external command to provide completion candidates. This patch adds a completion mechanism inspired by https://github.com/tjim/nevermore, which is implemented in Emacs lisp only. The core of the new mechanism is the function notmu

[PATCH v3] Emacs: Add address completion mechanism implemented in elisp

2014-08-11 Thread Michal Sojka
Currently, notmuch has an address completion mechanism that requires external command to provide completion candidates. This patch adds a completion mechanism inspired by https://github.com/tjim/nevermore, which is implemented in Emacs lisp only. The core of the new mechanism is the function notmu