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

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

bug#57207: 29.0.50; Fontification is slow after e7b5912b23 (Improvements


From: Gregory Heytings
Subject: bug#57207: 29.0.50; Fontification is slow after e7b5912b23 (Improvements to long lines handling)
Date: Sun, 21 Aug 2022 13:32:16 +0000



Here's a full test case.


Thanks!


emacs -Q and then:

(progn
 (pop-to-buffer "foo.txt")
 (flyspell-mode)
 (insert "\n\n"
          (propertize (make-string 20000 ?x) 'display "foo")
          "\n\nbar\nzot\n")
 (goto-char (point-min)))

Then type `d'.  Everything after "foo" disappears.


It doesn't, here :(  Strange...





reply via email to

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