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

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

bug#56682: Fix the long lines font locking related slowdowns


From: Gregory Heytings
Subject: bug#56682: Fix the long lines font locking related slowdowns
Date: Sat, 30 Jul 2022 11:36:26 +0000


is apparently not enough, because "2-3" seems to install an integer-or-marker-p check on the third argument, which raises a (wrong-type-argument integer-or-marker-p nil) or (wrong-type-argument integer-or-marker-p t) error when narrow-to-region is called from byte-compiled code.

Where's the integer-or-marker-p test installed and/or called from?


It is called when narrow-to-region, which has its own opcode, is called from byte-compiled code. But I have no idea where it is installed.





reply via email to

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