[Patch v2 1/2] emacs: show: document the mark unread defcustom function

2014-09-08 Thread Tomi Ollila
On Sat, Sep 06 2014, Mark Walters wrote: > --- > emacs/notmuch-show.el |8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el > index 7549fbb..5695d95 100644 > --- a/emacs/notmuch-show.el > +++ b/emacs/notmuch-show.el > @@

[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 v2 0/2] emacs: show: mark messages read if seen in buffer

2014-09-08 Thread David Edmondson
I like the general approach. On Sat, Sep 06 2014, Mark Walters wrote: > There are two changes from v1. First patch 1 is new. Secondly I have > modified the defcustom for the second patch. It is slightly fiddly as > my function has a parameter the default function does not. The > defcustom in the p

[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 v2 1/2] emacs: show: document the mark unread defcustom function

2014-09-08 Thread Tomi Ollila
On Sat, Sep 06 2014, Mark Walters wrote: > --- > emacs/notmuch-show.el |8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el > index 7549fbb..5695d95 100644 > --- a/emacs/notmuch-show.el > +++ b/emacs/notmuch-show.el > @@

[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 v2 0/2] emacs: show: mark messages read if seen in buffer

2014-09-08 Thread David Edmondson
I like the general approach. On Sat, Sep 06 2014, Mark Walters wrote: > There are two changes from v1. First patch 1 is new. Secondly I have > modified the defcustom for the second patch. It is slightly fiddly as > my function has a parameter the default function does not. The > defcustom in the p

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