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: Something smells rotten in redisplay Date: Mon, 22 Jul 2002 11:08:29 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <20020722105950.4693.LEKTU@terra.es> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1027328978 806 127.0.0.1 (22 Jul 2002 09:09:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 22 Jul 2002 09:09:38 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17WZCD-0000Ct-00 for ; Mon, 22 Jul 2002 11:09:37 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17WZPz-0007WD-00 for ; Mon, 22 Jul 2002 11:23:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17WZC3-0001dz-00; Mon, 22 Jul 2002 05:09:27 -0400 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17WZBC-0001YU-00 for ; Mon, 22 Jul 2002 05:08:34 -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 g6M98Tp12418 for ; Mon, 22 Jul 2002 11:08:29 +0200 Original-To: emacs-devel@gnu.org X-Mailer: Becky! ver. 2.05.03 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:5962 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5962 The redisplay bug connected to setting `scroll-conservatively' to a non-zero value is still there. I'm now getting it while editing a HTML file with the standard `html-mode' from sgml-mode.el. In some cases Emacs enters an (apparently endless) loop while scrolling down. The backtrace from C-g says just: Debugger entered--Lisp error: (quit) recursive-edit() byte-code("=C6=08!=1B,HG=1B(B =1B,HH =1B(B!=1B,H\=1B(Bn=1B,C? debug(error (quit)) Also, while scrolling down sometimes the hollow cursor shape has been partly drawn over the mode-line: -- |XX| This is the (partially shown) last line of the current buffer --| |---------------------------------------------------------------- | | This is the mode-line -- The upper part of the cursor is filled, and the lower part is hollow. /L/e/k/t/u