Re: Better support for helm in the address completion

2014-09-18 Thread Sebastian Fischmeister
(setq notmuch-address-selection-function (lambda (prompt collection initial-input) (completing-read prompt (cons initial-input collection) nil t nil 'notmuch-address-history))) there (or use customize to do that (?)). That's perfectly fine as well, and even simpler to use.

Re: Better support for helm in the address completion

2014-09-18 Thread David Bremner
Sebastian Fischmeister sfisc...@uwaterloo.ca writes: (setq notmuch-address-selection-function (lambda (prompt collection initial-input) (completing-read prompt (cons initial-input collection) nil t nil 'notmuch-address-history))) there (or use customize to do that (?)).

Re: Better support for helm in the address completion

2014-09-16 Thread Tomi Ollila
On Tue, Sep 16 2014, Sebastian Fischmeister sfisc...@uwaterloo.ca wrote: Hi, I noticed that the completing-read in notmuch-address-selection-function was eating the first returned address when using helm. Here's a patch that fixes it. The defaults are as they used to be. If you don't want