From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthias Meulien Newsgroups: gmane.emacs.help Subject: Re: Scrolling screen one line Date: 03 Jan 2003 12:37:44 +0100 Organization: ...!#$@~? Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041594254 26758 80.91.224.249 (3 Jan 2003 11:44:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 3 Jan 2003 11:44:14 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18UQFI-0006xQ-00 for ; Fri, 03 Jan 2003 12:44:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18UQBu-00048E-01 for gnu-help-gnu-emacs@m.gmane.org; Fri, 03 Jan 2003 06:40:42 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!feeder2-1.proxad.net!news1-2.free.fr!not-for-mail Mail-Copies-To: never Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Lines: 35 Original-NNTP-Posting-Date: 03 Jan 2003 12:37:57 MET Original-NNTP-Posting-Host: 62.147.213.15 Original-X-Trace: 1041593877 news1-2.free.fr 26198 62.147.213.15:32830 Original-X-Complaints-To: abuse@proxad.net Original-Xref: shelby.stanford.edu gnu.emacs.help:108666 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5195 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5195 Timur Aydin 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 , 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