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

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

Re: How to scroll the screen one line by one line in Emacs


From: weber
Subject: Re: How to scroll the screen one line by one line in Emacs
Date: Sun, 24 Jun 2007 14:06:22 -0000
User-agent: G2/1.0

On Jun 24, 9:41 am, chenzeng...@163.com wrote:
> Just like press ENTER in 'man' to forward one line.
> I can't find how to do this in the manual.
> Thanks a lot.

Something like this?
(global-set-key (kbd "C-S-n") '(lambda () (interactive) (scroll-up
1)))
I'm not sure if you want to rebind enter though...
Cheers,
weber



reply via email to

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