unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [jimb@red-bean.com: Redisplay bug in 21.2.90.1]
@ 2002-06-11  7:30 Kim F. Storm
  2002-06-13 23:14 ` Kim F. Storm
  0 siblings, 1 reply; 7+ messages in thread
From: Kim F. Storm @ 2002-06-11  7:30 UTC (permalink / raw)
  Cc: Jim Blandy

------- 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 <jimb@red-bean.com>
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 <stdio.h>
#include <pthread.h>

int
main (int argc, char **argv)
- ---- cut above

Now start emacs under X Windows: emacs -geometry 80x40 -q

Type the following commands (ignore the <help-echo>; this is `C-h l'
output):

<help-echo> C-x C-f b a r . c <return> M-> { <return> 
} C-p <help-echo> <return> <tab> 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 <stdio.h>
#include <pthread.h>

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.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-06-17 22:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-11  7:30 [jimb@red-bean.com: Redisplay bug in 21.2.90.1] Kim F. Storm
2002-06-13 23:14 ` Kim F. Storm
2002-06-14  1:06   ` Jim Blandy
2002-06-14 15:47   ` Richard Stallman
2002-06-14 22:54     ` Kim F. Storm
2002-06-15 21:47       ` Richard Stallman
2002-06-17 22:35         ` Kim F. Storm

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).