From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David PONCE Newsgroups: gmane.emacs.devel Subject: scroll-down behave strangely with header line Date: Mon, 27 Jun 2005 13:29:03 +0200 (CEST) Message-ID: <33010930.1119871743366.JavaMail.www@wwinf1101> Reply-To: david.ponce@wanadoo.fr NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1119871608 12345 80.91.229.2 (27 Jun 2005 11:26:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2005 11:26:48 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 13:26:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dmrkp-0007aL-RC for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2005 13:26:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmrsS-0002Wr-T9 for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2005 07:34:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DmrqX-0001tG-FV for emacs-devel@gnu.org; Mon, 27 Jun 2005 07:32:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DmrqQ-0001rJ-Ij for emacs-devel@gnu.org; Mon, 27 Jun 2005 07:32:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmrqQ-0001qG-7c for emacs-devel@gnu.org; Mon, 27 Jun 2005 07:32:06 -0400 Original-Received: from [193.252.22.31] (helo=smtp11.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dmrrf-0003gq-M9 for emacs-devel@gnu.org; Mon, 27 Jun 2005 07:33:23 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1108.wanadoo.fr (SMTP Server) with ESMTP id 620D01C000B9 for ; Mon, 27 Jun 2005 13:29:03 +0200 (CEST) Original-Received: from wwinf1101 (wwinf1101 [172.22.142.28]) by mwinf1108.wanadoo.fr (SMTP Server) with ESMTP id 5D1D81C000B8 for ; Mon, 27 Jun 2005 13:29:03 +0200 (CEST) X-ME-UUID: 20050627112903381.5D1D81C000B8@mwinf1108.wanadoo.fr Original-To: emacs-devel@gnu.org X-Originating-IP: [205.167.7.18] X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-REPLYTO: |~| 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: news.gmane.org gmane.emacs.devel:39646 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39646 Hi all, Recently, I noticed that scroll-down behaves strangely when there is a header line displayed. The scroll bar is correctly updated, the line number on the mode line too, but the window display doesn't change or change very slowly. No problem with scroll-up. You can try to reproduce it like this: emacs -Q C-h i (To display an info buffer with an header line.) Visit a relatively long page like the one of the "GNU Free Documentation License", go to the end of the buffer, then repeat the key to scroll down. Do you observe the same thing? The only recent change that could be related to that seems this one: 2005-06-25 Richard M. Stallman * macfns.c (Fx_show_tip): Pass new arg to try_window. * w32fns.c (Fx_show_tip): Pass new arg to try_window. * xfns.c (Fx_show_tip): Pass new arg to try_window. * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed. (redisplay_window): Handle try_window reporting point in scroll margin. Sincerely, David In GNU Emacs 22.0.50.3 (i686-pc-linux-gnu, GTK+ Version 2.4.14) of 2005-06-27 on localhost X server distributor `The X.Org Foundation', version 11.0.60802000 configured using `configure '--with-gtk' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t