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

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

bug#16034: 24.3.50; scrolling is very long to happen or never happen


From: Stefan Monnier
Subject: bug#16034: 24.3.50; scrolling is very long to happen or never happen
Date: Tue, 03 Dec 2013 12:14:13 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> (with-selected-window (next-window) (scroll-up 12))

> This return nil as expected but the next window to the one handling
> "*scratch*" doesn't move, but wait a certain time (up to one minute or
> more sometimes) and the window finish to scroll.

I think I know what's going on.  It's probably due to my patch that adds
`redisplay' fields everywhere, and here it ends up not marking the
`next-window' for redisplay, for some reason.

Thanks for the good recipe, the patch should follow later today,


        Stefan





reply via email to

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