ANNOUNCE: notmuch-abook v1.6 [Was: Re: ANNOUNCE: nottoomuch-addresses.sh 2.3]

2014-09-18 Thread guyzmo
Hello there, On Wed, Sep 17, 2014 at 10:02:57PM +0300, Tomi Ollila wrote: I'm pleased to announce new version of my caching address completer system for notmuch, version 2.3 (2014-09-17). I have also developed something similar a while ago, which has been greatly improved by the community:

Re: ANNOUNCE: notmuch-abook v1.6 [Was: Re: ANNOUNCE: nottoomuch-addresses.sh 2.3]

2014-09-18 Thread Rainer M Krug
guyzmo guyzmo-kmjww5mz...@public.gmane.org writes: Hello there, On Wed, Sep 17, 2014 at 10:02:57PM +0300, Tomi Ollila wrote: I'm pleased to announce new version of my caching address completer system for notmuch, version 2.3 (2014-09-17). I have also developed something similar a while

Re: ANNOUNCE: notmuch-abook v1.6 [Was: Re: ANNOUNCE: nottoomuch-addresses.sh 2.3]

2014-09-18 Thread Rainer M Krug
Guyzmo guy...@m0g.net writes: Hi Rainer and the ML, On Thu, Sep 18, 2014 at 08:54:43AM +0200, Rainer M Krug wrote: guyzmo guy...@m0g.net writes: On Wed, Sep 17, 2014 at 10:02:57PM +0300, Tomi Ollila wrote: I am trying this, but I am getting the following error (I am new to python!): |

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 (?)).

gdb-7.8 seems to break atomicity tests

2014-09-18 Thread Amadeusz Żołnowski
Hi, With version 7.8 of gdb atomicity tests fail. With version 7.7.1 all tests pass. T380-atomicity: Testing atomicity FAIL notmuch new is idempotent under arbitrary aborts --- T380-atomicity.1.searchall 2014-09-18 18:27:10.711956594 + +++ T380-atomicity.1.expectall

ANNOUNCE: notmuch-abook v1.6 [Was: Re: ANNOUNCE: nottoomuch-addresses.sh 2.3]

2014-09-18 Thread Rainer M Krug
chment was scrubbed... Name: not available Type: application/pgp-signature Size: 494 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140918/e394d30f/attachment.pgp>

ANNOUNCE: notmuch-abook v1.6 [Was: Re: ANNOUNCE: nottoomuch-addresses.sh 2.3]

2014-09-18 Thread Rainer M Krug
sr/local/ Cheers, Rainer -- Rainer M. Krug PGP: 0x0F52F982 -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 494 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140918/9a673efd/attachment.pgp>

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

Better support for helm in the address completion

2014-09-18 Thread David Bremner
Sebastian Fischmeister 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 (?)). > > That's