From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Lee Newsgroups: gmane.emacs.help Subject: Re: scrolling Date: Sun, 10 Aug 2003 13:52:31 GMT Organization: SBC http://yahoo.sbc.com 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> <847k5n87yk.fsf@slowfox.is.informatik.uni-duisburg.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1060524171 28773 80.91.224.253 (10 Aug 2003 14:02:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Aug 2003 14:02:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 10 16:02:49 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 19lqmX-0001zW-00 for ; Sun, 10 Aug 2003 16:02:49 +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 19lqlC-0008Sy-Mc for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Aug 2003 10:01:26 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn13feed!wn11feed!worldnet.att.net!4.24.21.153!chcgil2-snh1.gtei.net!news.bbnplanet.com!crtntx1-snh1.gtei.net!news.gtei.net!newsfeed1.easynews.com!easynews.com!easynews!elnk-pas-nf1!elnk-nf2-pas!elnk-atl-nf1!newsfeed.earthlink.net!prodigy.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr24.news.prodigy.com.POSTED!404941e6!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:RbLvyw63Lo8Ii1qoKVS7hNQm1lo= Original-Lines: 25 Original-NNTP-Posting-Host: 216.62.199.3 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr24.news.prodigy.com 1060523551 ST000 216.62.199.3 (Sun, 10 Aug 2003 09:52:31 EDT) Original-NNTP-Posting-Date: Sun, 10 Aug 2003 09:52:31 EDT X-UserInfo1: TSU[@SFGPBSYRIXXKJJD]_HBWB]^PCPDLXUNNHLHQAVTUZ]CLNTCPFK[WDXDHV[K^FCGJCJLPF_D_NCC@FUG^Q\DINVAXSLIFXYJSSCCALP@PB@\OS@BITWAH\CQZKJMMD^SJA^NXA\GVLSRBD^M_NW_F[YLVTWIGAXAQBOATKBBQRXECDFDMQ\DZFUE@\JM Original-Xref: shelby.stanford.edu gnu.emacs.help:115779 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:11699 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11699 >>>> Kai Großjohann writes: Kai> schaecsn writes: >> 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. Kai> Instead of 1, try a large number. It doesn't appear to do what we want. When I repeatedly next-line I would like the cursor to move down the buffer until it hits the bottom and then the buffer would scroll up one line at a time. What happens now is it works for a while, but will periodically jump the cursor to the middle of the buffer. Setting scroll-conservatively to 50 caused it to jump to the top of the buffer while setting it to 4 caused it to jump 4 lines up from the bottom. I was looking for a way to prevent it from jumping at all. I don't think there's a way to do this currently, and I've learned to live with it. If I'm scrolling down that much I usually use C-v anyway. Thanks for the info.