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

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

bug#873: marked as done (Annoying recentering when scrolling down)


From: Emacs bug Tracking System
Subject: bug#873: marked as done (Annoying recentering when scrolling down)
Date: Sun, 26 Oct 2008 22:25:04 -0700

Your message dated Mon, 27 Oct 2008 01:19:00 -0400
with message-id <87d4hm4nuj.fsf@cyd.mit.edu>
and subject line Re: Recentering on scroll
has caused the Emacs bug report #873,
regarding Annoying recentering when scrolling down
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
873: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=873
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: Annoying recentering when scrolling down Date: Wed, 3 Sep 2008 18:15:14 +0200
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@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



--- End Message ---
--- Begin Message --- Subject: Re: Recentering on scroll Date: Mon, 27 Oct 2008 01:19:00 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)
"Juanma Barranquero" <lekktu@gmail.com> writes:

> On Sat, Oct 25, 2008 at 19:03, Chong Yidong <cyd@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.


--- End Message ---

reply via email to

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