From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: scroll-down behave strangely with header line Date: Sun, 03 Jul 2005 11:49:05 -0400 Message-ID: References: <33010930.1119871743366.JavaMail.www@wwinf1101> <877jggyqkr.fsf@xs4all.nl> <42C05AE4.6090409@wanadoo.fr> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1120407232 9804 80.91.229.2 (3 Jul 2005 16:13:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Jul 2005 16:13:52 +0000 (UTC) Cc: Lute.Kamstra.lists@xs4all.nl, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 03 18:13:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dp75H-0003YB-Qb for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2005 18:12:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dp76R-0003RG-Pp for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2005 12:13:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dp6vE-0006XB-7y for emacs-devel@gnu.org; Sun, 03 Jul 2005 12:02:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dp6uz-0006Pl-NP for emacs-devel@gnu.org; Sun, 03 Jul 2005 12:02:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dp6uz-0006AL-3y for emacs-devel@gnu.org; Sun, 03 Jul 2005 12:02:05 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dp6q0-0007sE-19 for emacs-devel@gnu.org; Sun, 03 Jul 2005 11:56:56 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Dp6iP-0005qz-34; Sun, 03 Jul 2005 11:49:05 -0400 Original-To: David Ponce In-reply-to: <42C05AE4.6090409@wanadoo.fr> (message from David Ponce on Mon, 27 Jun 2005 22:00:36 +0200) 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:40229 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40229 Anyway I reverted the last change made to: - dispextern.h 1.206 -> 1.205 - xdisp.c 1.1028 -> 1.1027 - xfnc.c 1.640 -> 1.639 That change fixed another bug, and mostly works correctly, so removing it is not correct. However, I found a bug there and another bug in window.c. I will install the fixes when I have a good opportunity.