bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44856: 27.1; huge CPU-load (almost-freezing) due to message--syntax-


From: Lars Ingebrigtsen
Subject: bug#44856: 27.1; huge CPU-load (almost-freezing) due to message--syntax-propertize in mu4e
Date: Wed, 27 Jan 2021 04:35:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

"Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:

> After evaluating (defun message--syntax-propertize (beg end) nil) the
> freezing is gone, so I assume that this is the culprit. I do not know
> exactly what in message--syntax-propertize causes this high load.
>
> This is the code I see for message--syntax-propertize in message.el.gz:
>
> (defun message--syntax-propertize (beg end)
>   "Syntax-propertize certain message text specially."
>   (let ((citation-regexp (concat "^" message-cite-prefix-regexp ".*$"))
>         (smiley-regexp (regexp-opt message-smileys)))

This problem (with extremely slow font-locking with some contents)
should now be fixed in Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]