From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: schaecsn Newsgroups: gmane.emacs.help Subject: Re: scrolling Date: Fri, 08 Aug 2003 23:01:12 GMT Organization: AT&T Worldnet Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84znikt1sy.fsf@slowfox.is.informatik.uni-duisburg.de> NNTP-Posting-Host: deer.gmane.org X-Trace: main.gmane.org 1060389709 19138 80.91.224.253 (9 Aug 2003 00:41:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 9 Aug 2003 00:41:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 09 02:42:15 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 19lHoF-0006zo-00 for ; Sat, 09 Aug 2003 02:42:15 +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 19lGWy-000095-Fy for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Aug 2003 19:20:20 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!newsfeed.mathworks.com!wn13feed!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: 23 Original-NNTP-Posting-Host: 12.81.85.247 Original-X-Complaints-To: abuse@worldnet.att.net Original-X-Trace: bgtnsc05-news.ops.worldnet.att.net 1060383672 12.81.85.247 (Fri, 08 Aug 2003 23:01:12 GMT) Original-NNTP-Posting-Date: Fri, 08 Aug 2003 23:01:12 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:115762 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:11683 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11683 Hi >> 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. > > Emacs 21 has the variable scroll-conservatively. Use C-h v for more > information. Finally, after 20 versions! :) > Does this help? Almost :) I set it to 1. Scrolling down in a large buffer works a couple of times but then the cursor jumps in the middle of the screen. - Stefan