GNU bug report logs -
#873
Annoying recentering when scrolling down
Previous Next
Reported by: "Juanma Barranquero" <lekktu <at> gmail.com>
Date: Wed, 3 Sep 2008 16:25:04 UTC
Severity: normal
Found in version 23.0.60
Done: "Juanma Barranquero" <lekktu <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 873 in the body.
You can then email your comments to 873 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#873
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
"Juanma Barranquero" <lekktu <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Package: emacs
Version: 23.0.60
Severity: normal
After setting this in .emacs:
(setq scroll-preserve-screen-position 'always
scroll-conservatively most-positive-fixnum ;; any large number
scroll-step 0)
scroll-down causes recentering. This is a regression.
The bug was apparently introduced by the following change:
2008-08-06 Chong Yidong <address <at> hidden>
* xdisp.c (try_scrolling): Use iterator to find the scroll margin,
instead of window-end which does the wrong thing at eob.
(try_cursor_movement): Minor optimization.
(redisplay_window): If scroll margin is defined, don't assume
window doesn't need scrolling.
emacs-devel discussion:
http://lists.gnu.org/archive/html/emacs-devel/2008-08/msg00903.html
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#873
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
Chong Yidong <cyd <at> stupidchicken.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #10 received at 873 <at> emacsbugs.donarmstrong.com (full text, mbox):
Can anyone reproduce bug#873 (occasional recentering during C-n)? I
thought I could reproduce it at some point, using the recipe given in
that bug report, but I can't seem to do it now.
> After setting this in .emacs:
>
> (setq scroll-preserve-screen-position 'always
> scroll-conservatively most-positive-fixnum ;; any large number
> scroll-step 0)
>
> scroll-down causes recentering. This is a regression.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#873
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
"Juanma Barranquero" <lekktu <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #15 received at 873 <at> emacsbugs.donarmstrong.com (full text, mbox):
On Sat, Oct 25, 2008 at 19:03, Chong Yidong <cyd <at> stupidchicken.com> wrote:
> Can anyone reproduce bug#873 (occasional recentering during C-n)? I
I can still reproduce it on Windows, though the effect's frequency
varies with frame size and font (it seems to happen more often with
DejaVu Sans Mono than Courier New, for example).
Juanma
Reply sent to
Chong Yidong <cyd <at> stupidchicken.com>
:
You have taken responsibility.
Full text and
rfc822 format available.
Notification sent to
"Juanma Barranquero" <lekktu <at> gmail.com>
:
bug acknowledged by developer.
Full text and
rfc822 format available.
Message #20 received at 873-done <at> emacsbugs.donarmstrong.com (full text, mbox):
"Juanma Barranquero" <lekktu <at> gmail.com> writes:
> On Sat, Oct 25, 2008 at 19:03, Chong Yidong <cyd <at> stupidchicken.com> wrote:
>
>> Can anyone reproduce bug#873 (occasional recentering during C-n)? I
>
> I can still reproduce it on Windows, though the effect's frequency
> varies with frame size and font (it seems to happen more often with
> DejaVu Sans Mono than Courier New, for example).
I managed to reproduce it, and found the bug that (I think) was causing
this problem. I've checked in a fix.
bug reopened, originator not changed.
Request was from
Chong Yidong <cyd <at> stupidchicken.com>
to
control <at> emacsbugs.donarmstrong.com
.
(Mon, 27 Oct 2008 06:20:03 GMT)
Full text and
rfc822 format available.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#873
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
"Juanma Barranquero" <lekktu <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #27 received at 873 <at> emacsbugs.donarmstrong.com (full text, mbox):
On Mon, Oct 27, 2008 at 06:33, Chong Yidong <cyd <at> stupidchicken.com> wrote:
> Actually, the fix caused a few problems; I've reverted it for now, and
> will check in a new version in a couple of hours.
With your most recent patch the unwanted recentering does not happen. Thanks.
Line-by-line scroll is quite jumpy, though, as compared to next-line
in Emacs 22.X, or even to previous-line in the current trunk.
Juanma
Reply sent to
"Juanma Barranquero" <lekktu <at> gmail.com>
:
You have taken responsibility.
Full text and
rfc822 format available.
Notification sent to
"Juanma Barranquero" <lekktu <at> gmail.com>
:
bug acknowledged by developer.
Full text and
rfc822 format available.
Message #32 received at 873-done <at> emacsbugs.donarmstrong.com (full text, mbox):
Fixed by Chong Yidong with this change:
2008-10-27 Chong Yidong <cyd <at> stupidchicken.com>
* xdisp.c (try_scrolling): When computing the distance from the
scroll margin to PT, try moving some distance past the window
bottom before giving up.
http://cvs.savannah.gnu.org/viewvc/emacs/emacs/src/xdisp.c?r1=1.1268&r2=1.1269&pathrev=MAIN
bug archived.
Request was from
Debbugs Internal Request <don <at> donarmstrong.com>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Thu, 18 Dec 2008 15:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 16 years and 182 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.