From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: erratic scrolling on incomplete lines Date: Sun, 6 Feb 2005 14:39:58 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107697320 2066 80.91.229.2 (6 Feb 2005 13:42:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Feb 2005 13:42:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 06 14:42:00 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cxmfd-00060g-V9 for ged-emacs-devel@m.gmane.org; Sun, 06 Feb 2005 14:41:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxmtZ-0007oO-P2 for ged-emacs-devel@m.gmane.org; Sun, 06 Feb 2005 08:56:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CxmtC-0007j9-NG for emacs-devel@gnu.org; Sun, 06 Feb 2005 08:55:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CxmtA-0007iX-Mp for emacs-devel@gnu.org; Sun, 06 Feb 2005 08:55:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxmtA-0007iP-Ha for emacs-devel@gnu.org; Sun, 06 Feb 2005 08:55:48 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cxme9-0006Bp-DL for emacs-devel@gnu.org; Sun, 06 Feb 2005 08:40:17 -0500 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep01.bredband.com with ESMTP id <20050206134016.FGQC23903.mxfep01.bredband.com@coolsville.localdomain>; Sun, 6 Feb 2005 14:40:16 +0100 In-Reply-To: Original-To: =?ISO-8859-1?Q?S=E9bastien_Kirche?= X-Mailer: Apple Mail (2.619.2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:32946 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32946 > Hi, > > since a moment I have sometimes an erratic scrolling when > pressing PgUp > (that is bounded to scroll-down), and i think i managed to figured > it out. > (I am currently on OSX/Aqua but IIRC i have also seen that in X11 > in my > GNU/Linux system) > > Problem seems to be that the frame is dimensioned such as the last > line of > the buffer (except the minibuffer) is truncated vertically. I though > it was > not possible as Emacs only sizes by character dimensions increment > (i use > the 6x12 font). Can you give a step-by-step description of how to get to this situation (vertically truncated line)? Preferrably starting from emacs -Q. I'd imagine you could try setting font with -fn and geometry with -g and see if this comes up. As you say, it should not happen. Jan D.