emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r99831: Scrolling commands which


From: Juri Linkov
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r99831: Scrolling commands which does not signal errors at top/bottom.
Date: Wed, 07 Apr 2010 23:17:36 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu)

> BTW, it's less important, but it would be nice if
> scroll-(up|down)-line also obeyed `scroll-preserve-screen-position'.

`mwheel-scroll' disobeys `scroll-preserve-screen-position' too.  I think
it would be wrong to add all possible scrolling commands to this code:

          && !EQ (current_kboard->Vlast_command, Qscroll_up)))
          && !EQ (current_kboard->Vlast_command, Qscroll_down)
          && !EQ (current_kboard->Vlast_command, Qscroll_up_command)
          && !EQ (current_kboard->Vlast_command, Qscroll_down_command)))

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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