[PATCH 1/2] contrib: pick: add thread based utility functions
David Bremner
david at tethera.net
Sat Jun 1 05:36:51 PDT 2013
Mark Walters <markwalters1009 at gmail.com> writes:
>
> David Bremner <david at tethera.net> writes:
>
>
>> More importantly, in emacs 24.3 I get an infinite loop when trying to
>> evaluate the update notmuch-pick.el.
>
> I think this is just stupidity on my part: it should be a defun rather
> than a defmacro. Would you be able to test that (or I can send a new
> version if you prefer)?
>
Yes, changing that defmacro to a defun fixes the loop.
I load pick as follows
(add-to-list 'load-path
(expand-file-name "~/software/upstream/notmuch/contrib/notmuch-pick"))
(require 'notmuch-pick nil t)
I'll need another version in any case, since it doesn't apply to master
anymore, but hold off for a review of 2/2.
d
More information about the notmuch
mailing list