all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to scroll the screen one line by one line in Emacs
@ 2007-06-24 12:41 chenzengjie
  2007-06-24 14:06 ` weber
  2007-06-25  8:14 ` Mathias Dahl
  0 siblings, 2 replies; 4+ messages in thread
From: chenzengjie @ 2007-06-24 12:41 UTC (permalink / raw)
  To: help-gnu-emacs

Just like press ENTER in 'man' to forward one line.
I can't find how to do this in the manual.
Thanks a lot.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to scroll the screen one line by one line in Emacs
  2007-06-24 12:41 How to scroll the screen one line by one line in Emacs chenzengjie
@ 2007-06-24 14:06 ` weber
  2007-06-24 14:58   ` chenzengjie
  2007-06-25  8:14 ` Mathias Dahl
  1 sibling, 1 reply; 4+ messages in thread
From: weber @ 2007-06-24 14:06 UTC (permalink / raw)
  To: help-gnu-emacs

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to scroll the screen one line by one line in Emacs
  2007-06-24 14:06 ` weber
@ 2007-06-24 14:58   ` chenzengjie
  0 siblings, 0 replies; 4+ messages in thread
From: chenzengjie @ 2007-06-24 14:58 UTC (permalink / raw)
  To: help-gnu-emacs

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to scroll the screen one line by one line in Emacs
  2007-06-24 12:41 How to scroll the screen one line by one line in Emacs chenzengjie
  2007-06-24 14:06 ` weber
@ 2007-06-25  8:14 ` Mathias Dahl
  1 sibling, 0 replies; 4+ messages in thread
From: Mathias Dahl @ 2007-06-25  8:14 UTC (permalink / raw)
  To: help-gnu-emacs

chenzengjie@163.com writes:

> Just like press ENTER in 'man' to forward one line.
> I can't find how to do this in the manual.
> Thanks a lot.

Have you tried enabling view-mode?

M-x view-mode RET

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-06-25  8:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-24 12:41 How to scroll the screen one line by one line in Emacs chenzengjie
2007-06-24 14:06 ` weber
2007-06-24 14:58   ` chenzengjie
2007-06-25  8:14 ` Mathias Dahl

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.