Mark Walters <markwalters1009@gmail.com> writes:
>
> David Bremner <david@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