GNU bug report logs - #148
[Bernardo Dal Seno]: scroll-margin and scroll-preserve-screen-position cause refresh problem

Previous Next

Package: emacs;

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


Message #30 received at 148 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: "Bernardo Dal Seno" <dibbex <at> gmail.com>
Cc: 148 <at> debbugs.gnu.org
Subject: Re: bug#148: [Bernardo Dal Seno]: scroll-margin and scroll-preserve-screen-position cause refresh problem
Date: Tue, 22 Apr 2008 13:05:07 -0400
>> 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.