From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Kim F. Storm" Newsgroups: gmane.emacs.devel Subject: [jimb@red-bean.com: Redisplay bug in 21.2.90.1] Date: Tue, 11 Jun 2002 07:30:34 +0000 (GMT) Sender: emacs-devel-admin@gnu.org Message-ID: <20020611073034.889577C016@mail.filanet.dk> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1023783133 18333 127.0.0.1 (11 Jun 2002 08:12:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Jun 2002 08:12:13 +0000 (UTC) Cc: Jim Blandy Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17HglB-0004la-00 for ; Tue, 11 Jun 2002 10:12:13 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17Hh8P-0000QS-00 for ; Tue, 11 Jun 2002 10:36:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17HgZm-0007OO-00; Tue, 11 Jun 2002 04:00:26 -0400 Original-Received: from mail.filanet.dk ([195.215.206.179]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17Hg6z-0004W3-00 for ; Tue, 11 Jun 2002 03:30:41 -0400 Original-Received: from kfs.local.filanet.dk (kfs.local.filanet.dk [192.168.1.82]) by mail.filanet.dk (Postfix) with SMTP id 889577C016; Tue, 11 Jun 2002 07:30:34 +0000 (GMT) Original-To: emacs-devel@gnu.org Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4744 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4744 ------- Start of forwarded message ------- This bug is also present in 21.1 and CVS. I'll take a look at it. ++kfs To: emacs-pretesters@gnu.org Subject: Redisplay bug in 21.2.90.1 From: Jim Blandy Date: 10 Jun 2002 19:23:46 -0500 I've found a bug in redisplay in Emacs 21.2.90.1, running under Red Hat Linux 7.2 on an i686-pc-linux-gnu, compiled with gcc (GCC) 3.2 20020506 (experimental). Put the following text in the file bar.c: - ---- cut below #include #include int main (int argc, char **argv) - ---- cut above Now start emacs under X Windows: emacs -geometry 80x40 -q Type the following commands (ignore the ; this is `C-h l' output): C-x C-f b a r . c M-> { } C-p r e t u r n SPC 0 ; C-a C-x C-s The window showing bar.c will now display: - ---- cut below #include #include int main (int argc, char **argv) { return 0; } } - ---- cut above Note the extra closing curly brace there. But if you hit C-l, it goes away.