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

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

cc-mode hangs when indenting (malformed) C++ catch block.


From: Anders Lindgren
Subject: cc-mode hangs when indenting (malformed) C++ catch block.
Date: Tue, 21 Jun 2005 10:08:24 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Hi!

The following (malformed) C++ makes cc-mode hang -- you can't even display syntactic information.

void test()
{
 catch()
 {
   f1();
 }
/* Hangs on this line... */
}

   Regards,
       Anders Lindgren   (Emacs old-timer and contributor)


In GNU Emacs 21.3.1 (i386-msvc-nt5.1.2600)
of 2003-03-28 on buffy
configured using `configure --with-msvc (12.00)'
Important settings:
 value of $LC_ALL: nil
 value of $LC_COLLATE: nil
 value of $LC_CTYPE: nil
 value of $LC_MESSAGES: nil
 value of $LC_MONETARY: nil
 value of $LC_NUMERIC: nil
 value of $LC_TIME: nil
 value of $LANG: SVE
 locale-coding-system: iso-latin-1
 default-enable-multibyte-characters: nil





reply via email to

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