emacs-devel
[Top][All Lists]
Advanced

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

Re: Proposed additional scrolling functions


From: Chong Yidong
Subject: Re: Proposed additional scrolling functions
Date: Fri, 06 Jun 2008 15:25:27 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Adrian Robert <address@hidden> writes:

> Hi,
>
> I have the following in the NS port lisp code:
>
> ;; alt-up/down scrolling a la Stuart.app
> (defun up-one () (interactive) (scroll-up 1))
> (defun down-one () (interactive) (scroll-down 1))
> (global-set-key [M-up] 'down-one)
> (global-set-key [M-down] 'up-one)
>
> I've used these all the time for years -- nice way to see a few lines
> more of a buffer w/o moving point or touching mouse.  M-up and M-down
> are unbound previously, except inside org-mode, when it would be fine
> to override.  What about incorporating these into emacs trunk, in (?)
> simple.el and bindings.el?

I'd prefer to leave this out of default Emacs.  If a user care enough,
it's easy enough to set up.




reply via email to

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