GNU bug report logs -
#56682
Fix the long lines font locking related slowdowns
Previous Next
Full log
View this message in rfc822 format
> Date: Tue, 14 Feb 2023 22:50:24 +0000
> From: Gregory Heytings <gregory <at> heytings.org>
> cc: 56682 <at> debbugs.gnu.org, monnier <at> iro.umontreal.ca, akrl <at> sdf.org
>
> >> Fwiden in the functions above (which are AFAICS the only places in
> >> Emacs where Fwiden is called) is not prepared to the possibility of
> >> them being called inside a labeled narrowing, either one installed by
> >> the long lines code, or another one. Basically we need to use a
> >> variant of reset_outermost_narrowings (for the current buffer only)
> >> where we use
> >>
> >> record_unwind_protect (save_restriction_restore, save_restriction_save ());
> >
> > Ah, okay. Please do, and thanks.
> >
>
> And here's the patch!
Hmm... I'm probably missing something, but doesn't
narrowing_locks_remove permanently removes the lock from the
restriction in the buffer? And if so, don't we want to restore the
lock after whatever we need to do in a widened buffer is done? For
example, for displaying line numbers, we don't want to modify anything
in the locked restrictions just because we need to calculate a line
number.
This bug report was last modified 2 years and 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.