GNU bug report logs -
#148
[Bernardo Dal Seno]: scroll-margin and scroll-preserve-screen-position cause refresh problem
Previous Next
Reported by: Sven Joachim <svenjoac <at> gmx.de>
Date: Sat, 19 Apr 2008 07:25:04 UTC
Severity: normal
Found in versions 22.1, 22.2.50, 23.0.60
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
>> This behavior is not a bug in itself, it's just a symptom: it means that
>> redisplay was interrupted by user input before it had time
>> to terminate. See redisplay-dont-pause.
> I tried the following .emacs:
> ---BEGIN---
> (custom-set-variables
> '(scroll-margin 2)
> '(scroll-preserve-screen-position t)
> '(redisplay-dont-pause t)
> )
> ---END---
> and the bug appeared as before.
> Actually, the display isn't updated if I scroll the buffer when the
> cursor is in the first two lines of the window. A partial work-around
Oh, indeed, I see something very odd going on, now. It's not just the
redisplay-dont-pause, it's a real bug: it looks like if the cursor starts
inside the `scroll-margin' (e.g. (point-min)) and we scroll a page
forward, the cursor is moved ans so is point, but the text is
not updated.
Stefan
This bug report was last modified 16 years and 351 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.