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: chenzengjie
Subject: Re: How to scroll the screen one line by one line in Emacs
Date: Sun, 24 Jun 2007 07:58:08 -0700
User-agent: G2/1.0

On Jun 24, 10:06 pm, weber <hug...@gmail.com> wrote:
> 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

thanks u very much! It does work.



reply via email to

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