[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: scroll-conservatively default
From: |
Miles Bader |
Subject: |
Re: scroll-conservatively default |
Date: |
Fri, 07 Dec 2007 12:01:15 +0900 |
Eli Zaretskii <address@hidden> writes:
> I'm not sure I understand what you mean, but if I do, you can, of
> course, have this in Emacs. I have the following keybindings in my
> .emacs since about forever:
>
> (global-set-key "\C-z" (function (lambda () (interactive) (scroll-up 1))))
> (global-set-key "\M-z" (function (lambda () (interactive) (scroll-down 1))))
Yeah, I use C-z and C-q for the same purpose (these bindings are what
the ez editor used). C-z at least, seems somewhat common in this role.
[The C-q binding is convenient to use, but tends to cause problems
because of the degree to which the default binding of C-q ("quote
character") is embedded in emacs...]
-Miles
--
"Nah, there's no bigger atheist than me. Well, I take that back.
I'm a cancer screening away from going agnostic and a biopsy away
from full-fledged Christian." [Adam Carolla]
- Re: scroll-conservatively default, (continued)
- Re: scroll-conservatively default, Dan Nicolaescu, 2007/12/04
- Re: scroll-conservatively default, Leo, 2007/12/04
- Re: scroll-conservatively default, Eli Zaretskii, 2007/12/04
- Re: scroll-conservatively default, Miles Bader, 2007/12/06
- Re: scroll-conservatively default, David Kastrup, 2007/12/06
- Re: scroll-conservatively default, Andreas Schwab, 2007/12/06
- Re: scroll-conservatively default, Richard Stallman, 2007/12/06
- Re: scroll-conservatively default, Andreas Schwab, 2007/12/07
- Re: scroll-conservatively default, Eli Zaretskii, 2007/12/06
- Re: scroll-conservatively default, David Kastrup, 2007/12/06
- Re: scroll-conservatively default,
Miles Bader <=
Re: recenter-top-bottom, Johan Bockgård, 2007/12/01