From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: schaecsn Newsgroups: gmane.emacs.help Subject: scrolling Date: Fri, 08 Aug 2003 02:24:26 GMT Organization: AT&T Worldnet Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: main.gmane.org 1060309965 28912 80.91.224.253 (8 Aug 2003 02:32:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 8 Aug 2003 02:32:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 08 04:33:09 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19kx41-0002Gf-00 for ; Fri, 08 Aug 2003 04:33:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19kx1w-0005fS-Uu for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Aug 2003 22:31:00 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn11feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: tin/1.6.0-20030714 ("Vatersay") (UNIX) (Linux/2.4.21 (i686)) Original-Lines: 16 Original-NNTP-Posting-Host: 12.81.8.24 Original-X-Complaints-To: abuse@worldnet.att.net Original-X-Trace: bgtnsc05-news.ops.worldnet.att.net 1060309466 12.81.8.24 (Fri, 08 Aug 2003 02:24:26 GMT) Original-NNTP-Posting-Date: Fri, 08 Aug 2003 02:24:26 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:115742 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11661 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11661 Hi, 1) Let's assume the cursor is somewhere in the middle of the screen. How can I scroll the screen by 1 line up or down? 2) If I'm at the bottom of the screen and I press cursor-down then the screen scrolls by several lines. Google told me to set scroll-step to 1. (setq scroll-step 1) That works several times but then the cursor is suddenly in the middle of the screen. I don't like that. Thanks for any help :)