From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Redisplay bug Date: Mon, 02 Sep 2002 09:06:00 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <20020902090138.3E81.LEKTU@terra.es> References: <20020902082239.3E7C.LEKTU@terra.es> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1030950440 30671 127.0.0.1 (2 Sep 2002 07:07:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 2 Sep 2002 07:07:20 +0000 (UTC) Cc: rms@gnu.org, storm@cua.dk, schwab@suse.de, teirllm@dms.auburn.edu, deego@glue.umd.edu, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17llIt-0007yY-00 for ; Mon, 02 Sep 2002 09:07:19 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17llqz-0006aS-00 for ; Mon, 02 Sep 2002 09:42:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17llKF-00059q-00; Mon, 02 Sep 2002 03:08:43 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17llHg-00057f-00 for emacs-devel@gnu.org; Mon, 02 Sep 2002 03:06:04 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17llHd-000572-00 for emacs-devel@gnu.org; Mon, 02 Sep 2002 03:06:03 -0400 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17llHd-00056n-00; Mon, 02 Sep 2002 03:06:01 -0400 Original-Received: from [62.22.27.143] (jbarranquero.ofi.peoplecall.com [62.22.27.143]) by mail.peoplecall.com (8.11.6/8.11.6) with ESMTP id g8275xa22329; Mon, 2 Sep 2002 09:05:59 +0200 Original-To: Miles Bader In-Reply-To: X-Mailer: Becky! ver. 2.05.04 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7321 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7321 On 02 Sep 2002 15:40:33 +0900, Miles Bader wrote: > Yeah, I saw it today too (in a fresh-from-CVS emacs), but it was > fleeting, and I can't seem reproduce on demand. It does seem to be fixed > in the cases I could use to reproduce before (scrolling line-by-line > until the cursor hit the end of the window), I can reproduce it easily on my W2K MSVC-compiled Emacs: emacs -q --no-site-file C-h N M-: (setq scroll-conservatively 100000) M-x ruler-mode ... ; until the buffer is scrolled > [The distinctive feature that suggests that it may be the same bug is > that the garbage characters are actually the real screen horizontally > shifted over.] Yes. And I reproduce it exactly like I did before, so the chance of it being another bug seems small. /L/e/k/t/u