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: Strange text scrolling with Emacs + GTK Date: Tue, 07 Dec 2004 14:27:05 +0100 Message-ID: <41B5AFA9.8070406@swipnet.se> References: <87sm6kqxv7.fsf@marant.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1102426076 12096 80.91.229.6 (7 Dec 2004 13:27:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Dec 2004 13:27:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 07 14:27:53 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CbfNh-0003al-00 for ; Tue, 07 Dec 2004 14:27:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbfXU-0006p5-1v for ged-emacs-devel@m.gmane.org; Tue, 07 Dec 2004 08:38:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CbfX9-0006n9-SL for emacs-devel@gnu.org; Tue, 07 Dec 2004 08:37:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CbfX8-0006m2-0k for emacs-devel@gnu.org; Tue, 07 Dec 2004 08:37:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbfX7-0006ld-RG for emacs-devel@gnu.org; Tue, 07 Dec 2004 08:37:37 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CbfNI-0004VP-Rv for emacs-devel@gnu.org; Tue, 07 Dec 2004 08:27:29 -0500 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep01.bredband.com with ESMTP id <20041207132727.DWVP18879.mxfep01.bredband.com@coolsville.localdomain>; Tue, 7 Dec 2004 14:27:27 +0100 User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en Original-To: =?ISO-8859-15?Q?J=E9r=F4me_Marant?= In-Reply-To: <87sm6kqxv7.fsf@marant.org> 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 Xref: main.gmane.org gmane.emacs.devel:30805 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30805 Jérôme Marant wrote: >Hi, > >With a fresh CVS checkout, I noticed that text scrolling behaves a >weird way: when moving the scrollbar down, the text of the top line is >horizontaly scrolled from right to left before the line is moved up > This happens for me in all Emacs versions, (Lucid Xaw scrollbars, Lucid native scroll bars, GTK and Lesstif/Motif). It must be a general redisplay problem. To see it clearly I do: % emacs -q --no-site-file C-h t Then carfully scroll down one line, the top line is shifted to the left. A C-l fixes it. Jan D.