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

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

bug#736: marked as done (C-l interacts badly with scroll-conservatively)


From: Emacs bug Tracking System
Subject: bug#736: marked as done (C-l interacts badly with scroll-conservatively)
Date: Sun, 17 Aug 2008 20:55:05 -0700

Your message dated Sun, 17 Aug 2008 23:47:51 -0400
with message-id <87d4k77zmg.fsf@stupidchicken.com>
and subject line Re: bug#736: C-l interacts badly with scroll-conservatively
has caused the Emacs bug report #736,
regarding C-l interacts badly with scroll-conservatively
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.)


-- 
736: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=736
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: C-l interacts badly with scroll-conservatively Date: Sun, 17 Aug 2008 11:30:07 -0400
emacs -q
M-: (setq scroll-conservatively 100) RET
C-h n
C-v
C-l
C-l
C-l

The repeated C-l's don't move to the top or bottom of the window, unlike
the usual behavior (new to Emacs 23) of recenter-top-bottom.




--- End Message ---
--- Begin Message --- Subject: Re: bug#736: C-l interacts badly with scroll-conservatively Date: Sun, 17 Aug 2008 23:47:51 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)
Chong Yidong <cyd@stupidchicken.com> writes:

> But why does recenter-top-bottom use scroll-conservatively?  AFAICT,
> people often use a large nonzero number for scroll-conservatively so
> that when point is at the bottom of the window, C-n scrolls down by one
> and keeps the cursor at the bottom; and similarly, if point is at the
> top of the window, C-p keeps the cursor at the top.  It doesn't make
> sense to make scroll-conservatively affect C-l.
>
> I think we should use scroll-margin for this purpose, rather than
> scroll-conservatively.

I've changed C-l to use scroll-margin instead of scroll-conservatively.


--- End Message ---

reply via email to

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