GNU bug report logs -
#56393
Actually fix the long lines display bug
Previous Next
Full log
View this message in rfc822 format
> Date: Sat, 09 Jul 2022 11:48:27 +0000
> From: Gregory Heytings <gregory <at> heytings.org>
> cc: gerd.moellmann <at> gmail.com, larsi <at> gnus.org, 56393 <at> debbugs.gnu.org
>
> >> But fontification-functions are not the only problem here. What I also
> >> observe is that, for example, moving in a fontified buffer takes (much)
> >> longer than moving in a non-fontified buffer. For example, in
> >> long-line.xml, vertical-motion takes about 40 ms backward and 10 ms
> >> forward in a non-fontified buffer, and about 180 ms backward and 40 ms
> >> forward in a fontified buffer.
> >
> > I guess that's because vertical-motion calls the display code, and that
> > calls fontification-functions.
> >
>
> No, fontification-functions are not called when moving around in an
> already fontified portion of the buffer. So the slowdown of C-n and C-p
> (and others) in that case is not caused by fontification-functions.
That's very strange, since AFAIK moving in a non-fontified buffer
involves both fontifications and display of the fontified text,
whereas moving through a fontified buffer involves only the latter.
FWIW, I've _never_ seen movement through fontified buffer being slower
than in a non-fontified one. I'd be very interested to know what
slows down the movement in a fontified buffer.
This bug report was last modified 3 years and 33 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.