emacs-devel
[Top][All Lists]
Advanced

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

Re: Scrolling commands (was: scroll-top-bottom)


From: Juanma Barranquero
Subject: Re: Scrolling commands (was: scroll-top-bottom)
Date: Wed, 31 Mar 2010 01:16:45 +0200

On Wed, Mar 31, 2010 at 00:27, Juri Linkov <address@hidden> wrote:

> This scrolling behavior is now implemented by the patch below
> based on `cua-scroll-up' and `cua-scroll-down'.

> +(define-key global-map [prior]         'scroll-down-command)
> +(define-key global-map [next]          'scroll-up-command)

I'm currently using CUA-mode, but I do

  (define-key cua-global-keymap [remap scroll-up] nil)
  (define-key cua-global-keymap [remap scroll-down] nil)

because I don't want CUA-style scrolling. How will your patch affect me?

And, BTW, shouldn't you also add scroll-(up|down)-command to the list
around cua-base.el:1494?

    Juanma




reply via email to

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