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

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

bug#736: C-l interacts badly with scroll-conservatively


From: Drew Adams
Subject: bug#736: C-l interacts badly with scroll-conservatively
Date: Sun, 17 Aug 2008 09:07:26 -0700

> 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.

Maybe I'm misunderstanding the bug report, but by design `scroll-conservatively'
modifies the behavior of `recenter-top-bottom'. As the doc string says:

  "Top and bottom destinations are actually
   `scroll-conservatively' lines from true window top
   and bottom."

Is what you see different from what the doc string states?







reply via email to

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