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

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

Re: Problem with braces in C


From: Scott Frazer
Subject: Re: Problem with braces in C
Date: Thu, 05 Nov 2009 13:06:00 -0500
User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)

Burkhard Schultheis wrote:
We have overtaken a C program package with a horrible huge C function in it (about 3500 lines of code in a single function!). Now Emacs 21.3.1 shows unbalanced braces at the first 5 opening braces. But:

1.) The code compiles without problems
2.) We can jump with match-paren to the corresponding closing braces
3.) A double-click with the left mouse button jumps to the corresponding braces, too.
4.) indent-region indents perfectly the whole function.

Is it a known bug?


Try setting blink-matching-paren-distance to nil.

Scott


reply via email to

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