From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Colin S. Miller" Newsgroups: gmane.emacs.help Subject: Re: scrolling problem Date: Mon, 21 Aug 2006 22:34:40 +0100 Organization: SunSITE.dk - Supporting Open source Message-ID: <44ea26f9$0$75039$14726298@news.sunsite.dk> References: <1156146725.285602.194750@m73g2000cwd.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156196429 15422 80.91.229.2 (21 Aug 2006 21:40:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Aug 2006 21:40:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 21 23:40:25 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GFHVQ-0006fU-13 for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Aug 2006 23:40:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFHVP-0000XA-IQ for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Aug 2006 17:40:23 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.cw.net!cw.net!news-FFM2.ecrc.de!news.net.uni-c.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail User-Agent: Thunderbird 1.5.0.4 (X11/20060713) Original-Newsgroups: gnu.emacs.help In-Reply-To: <1156146725.285602.194750@m73g2000cwd.googlegroups.com> Original-Lines: 24 Original-NNTP-Posting-Host: 62.56.73.25 Original-X-Trace: news.sunsite.dk DXC=D0NCSFZA[>T5LoVIWDNeH\YSB=nbEKnk[@Dm>CYcV_05M List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:36821 Archived-At: CloudStrife wrote: > When i scroll in emacs 21.2.1 it scrolls such that the line at the > bottom is present in the middle, in the next screen. I donot know what > options to change. > this happens when i use Ctrl-n or arrow keys. > the same is the prob wid scroll up. > Is there a soln to this? > CloudStrife, This behaviour is called "jump scroll". It can be disabled by inserting into your .emacs file (setq scroll-step 1) However, on XEmacs, I still get jump-scrolling sometimes, normally after scrolling a large number of single lines. HTH, Colin S. Miller -- Replace the obvious in my email address with the first three letters of the hostname to reply.