bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug: open brace...


From: Lorenzo Delana <address@hidden>
Subject: bug: open brace...
Date: Wed, 17 Jan 2001 00:39:53 +0100
User-agent: Mozilla/5.0 (X11; U; Linux 2.4.0-test9 i686; en-US; m18) Gecko/20001107 Netscape6/6.0


in the follow file test.c (attached)
  #include <sys/types.h>
       #include <sys/stat.h>
       #include <fcntl.h>
#include <stdio.h>
main()
{
int fd;
fd = open ("ciao", O_RDONLY);
perror ("ciao");
}

with exacly structure of spaced #include...ok ?
else the bug remains undiscovered.

Repeat the bug: (use attach test.c too)
goto at the end of perror,
make a newline,
then wrote "printf (" without double quotes... and then
look at the cpu with top, emacs is blocked.

note: M-x font-lock-mode

Version: emacs-20.7
- compiled form sources
- from slackware binary distrib also

bye,
lore

PS. please, take me feedback of reason for this bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]