GNU bug report logs -
#16526
24.3.50; scroll-conservatively & c-mode regression
Previous Next
Reported by: martin rudalics <rudalics <at> gmx.at>
Date: Thu, 23 Jan 2014 08:54:02 UTC
Severity: important
Found in version 24.3.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #43 received at 16526 <at> debbugs.gnu.org (full text, mbox):
> Date: Sat, 25 Jan 2014 20:31:10 +0200
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: acm <at> muc.de, 16526 <at> debbugs.gnu.org
>
> > > when it decides where
> > > to place window-start. This is triggered by redisplay after the move
> > > to the end of the buffer.
> >
> > But the `end-of-buffer' call terminates cleanly after a few seconds -
> > that's what the `sit-for' proves in my code.
>
> Right, and that's when redisplay kicks in, which invokes JIT Lock.
More accurately, end-of-buffer calls recenter, which needs to compute
where to put window-start, which requires Emacs to examine the text
before point. As part of this examination, we invoke functions that
simulate display, and those trigger JIT Lock, whose fontification
function starts the madness.
This bug report was last modified 11 years and 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.