Re: emacs/notmuch hangs opening email

Subject: Re: emacs/notmuch hangs opening email

Date: Wed, 22 Feb 2023 17:43:55 -0500

To: David Bremner, notmuch@notmuchmail.org

Cc:

From: Jon Fineman


David Bremner <david@tethera.net> writes:

> Jon Fineman <jon@fineman.me> writes:
>
>> When I try and open one specific email, I get a message of
>> "Fontifying..." and then the mouse pointer turns into a watch.
>>
>> If I C-G it breaks out and shows the email message with a red warning
>> at the top of "[some mark read tag changes may have failed]", but
>> since reading the message was interrupted some/many key mappings
>> aren't set, etc.
>>
>
> Is the message by chance SMIME signed? That can be fixed on the gpgsm
> level. Otherwise, the only thing I can think of is to M-x edebug-defun
> on notmuch-show--build-buffer, and step through it to see where it gets
> stuck.
>
> d


Thanks. Well this email didn't help (but I did learn a bit about
edebug), but your reply to another email about emacs crashing with
incoming email did. It prompted me to bisect my init.el and I
discovered that the following line was causing the issue, even though
I wasn't using w3m to view the message.
(setq mm-text-html-renderer 'w3m)

If I change the above to use gnus-w3m it works.

Not sure I have the ability to figure out what is going on beyond
that though.

_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: