From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Martin Fischer Newsgroups: gmane.emacs.help Subject: Re: Scrolling screen one line Date: Fri, 03 Jan 2003 22:29:36 +0100 Organization: none Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <25r8bthqgv.fsf@web.de> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041629915 15656 80.91.224.249 (3 Jan 2003 21:38:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 3 Jan 2003 21:38:35 +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 18UZWT-00044K-00 for ; Fri, 03 Jan 2003 22:38:33 +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 18UZTN-0006kx-05 for gnu-help-gnu-emacs@m.gmane.org; Fri, 03 Jan 2003 16:35:21 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!fu-berlin.de!uni-berlin.de!dialin-145-254-192-017.arcor-ip.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: dialin-145-254-192-017.arcor-ip.net (145.254.192.17) Original-X-Trace: fu-berlin.de 1041629483 12818060 145.254.192.17 (16 [83374]) X-Shakespeare: "Courage mounteth with occasion" -- King John, II.1.82 Cancel-Lock: sha1:NIF/g+G8+yH4N7RkqwT7ylqLb5k= User-Agent: Emacs Gnus Original-Xref: shelby.stanford.edu gnu.emacs.help:108668 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:5197 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5197 hi, i use (global-set-key (quote [C-kp-2]) 'edt-scroll-window-backward-line) (global-set-key (quote [C-kp-8]) 'edt-scroll-window-forward-line) martin "TA" == Timur Aydin writes: TA> Date: Fri, 03 Jan 2003 12:52:08 +0200 TA> Newsgroups: gnu.emacs.help TA> TA> Hi, TA> TA> How can I scroll the screen up and down by one line? The arrow keys TA> only work when the point is at the bottom or at the top of the TA> screen... TA> TA> -- TA> Timur Aydin