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

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

bug#29159: 27.0.50; Hang in HTML/CSS code


From: Simen Heggestøyl
Subject: bug#29159: 27.0.50; Hang in HTML/CSS code
Date: Sun, 05 Nov 2017 22:55:59 +0100

The bug is also present in Emacs 26.

It looks like `mhtml--extend-font-lock-region' and
`font-lock-extend-region-multiline' are squabbling about where to
leave `font-lock-beg'.

In this particular example, `mhtml--extend-font-lock-region' wants to
leave `font-lock-beg' at 40 while `font-lock-extend-region-multiline'
wants it at 39, resulting in an endless back and forth.

CC-ing Tom in case he has some insight into how it should be fixed.

-- Simen

reply via email to

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