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: Lars Ingebrigtsen
Subject: bug#57207: 29.0.50; Fontification is slow after e7b5912b23 (Improvements to long lines handling)
Date: Thu, 18 Aug 2022 16:13:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

This reproduces for me from "emacs -Q":

(progn
  (run-at-time 1 1 (lambda ()))
  (pop-to-buffer "foo.txt")
  (text-mode)
  (flyspell-mode)
  (insert (propertize (make-string 20000 ?x) 'display "foo")
          "\n\n"))
 
If you hit "d", the mode line says "Narrow", and hitting RET will remove
the narrowing, and repeating that repeats the toggle.





reply via email to

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