From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lars Hansen" Newsgroups: gmane.emacs.bugs Subject: Re: Scrolling: This must be a bug! Date: Wed, 12 Jun 2002 08:19:08 +0200 Organization: get2net Internet Kunde Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1023862883 17389 127.0.0.1 (12 Jun 2002 06:21:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Jun 2002 06:21:23 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17I1VS-0004WM-00 for ; Wed, 12 Jun 2002 08:21:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17I1VJ-0001P2-00; Wed, 12 Jun 2002 02:21:13 -0400 Original-Received: from dalen.uni2.net ([130.227.3.84]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17I1SS-0001KS-00 for ; Wed, 12 Jun 2002 02:18:16 -0400 Original-Received: by dalen.uni2.net (8.9.1a/8.9.1) id IAA19251; Wed, 12 Jun 2002 08:18:14 +0200 (MET DST) Original-To: gnu-emacs-bug@prep.ai.mit.edu Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 28 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Original-NNTP-Posting-Host: 195.82.213.51 Original-X-Complaints-To: abuse@get2.net Original-X-Trace: news.get2net.dk 1023862694 195.82.213.51 (Wed, 12 Jun 2002 08:18:14 MET DST) Original-NNTP-Posting-Date: Wed, 12 Jun 2002 08:18:14 MET DST Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1950 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1950 "Eli Zaretskii" skrev i en meddelelse news:Pine.SUN.3.91.1020612081631.14463E-100000@is... > > On Tue, 11 Jun 2002, Lars Hansen wrote: > > > Set scroll-margin to eg. 5. Press the down-key repeatedly (but slowly > > so you can see what happens). Then the window is supposed to scroll > > so that there are 5 rows from the cursor to the bottom of the window. > > But now and then there is no scroll, so that there is only 4 lines from > > the cursor to the bottom of the window! The next press of the down-key > > brings things back to normal. There are no long lines in the file, and > > and the behavoiur does not seem to be conneted to any specific points > > in a file. > > Please post a minimal file that can be used to recreate this problem. > Thanks. I se the problem in any file (with enough lines) e.g. abbrev.el from the Emacs 21.2 package. But this morning I found out that the problem disappers when I don't use any .emacs file. My .emacs file is very large, so I will try to make a minial one with which the problem is there. But that will take a couple of days...