all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Matthias Meulien <meulien@club.lemonde.fr>
Subject: Re: Scrolling screen one line
Date: 03 Jan 2003 12:37:44 +0100	[thread overview]
Message-ID: <m2of6ya2gn.fsf@clarinde.localdomain> (raw)
In-Reply-To: ud6ne8q07.fsf@superonline.com

Timur Aydin <timuraydin@superonline.com> wrote:

> How can I scroll the screen up and down by one line?
> (...)

After `C-h a scroll RET' I found in the *Apropos* buffer:

,----
| scroll-up		      <next>, C-v
| Command: Scroll text of current window upward ARG lines; 
| or near full screen if no ARG.
`----

The documentation of this command says:

,----[ C-h f scroll-up RET ]
| scroll-up is an interactive built-in function.
| (scroll-up &optional ARG)
| 
| Scroll text of current window upward ARG lines; 
| or near full screen if no ARG.
| A near full screen is `next-screen-context-lines' less than a full screen.
| Negative ARG means scroll downward.
| If ARG is the atom `-', scroll downward by nearly full screen.
| When calling from a program, supply as argument a number, nil, or `-'.
`----

So `M-1 C-v' will scroll the text of current window upward one line.

Exercise. Find two different key sequences to scroll the text backward
one line.

Bye.
-- 
Matthias

  reply	other threads:[~2003-01-03 11:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-03 10:52 Scrolling screen one line Timur Aydin
2003-01-03 11:37 ` Matthias Meulien [this message]
2003-01-03 21:29 ` Martin Fischer
2003-01-03 22:08 ` Ekkehard Goerlach
2003-01-04  9:40 ` Rikard Bosnjakovic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2of6ya2gn.fsf@clarinde.localdomain \
    --to=meulien@club.lemonde.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.