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: Burkhard Schultheis
Subject: Re: Problem with braces in C
Date: Fri, 06 Nov 2009 12:53:50 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4

Am 05.11.2009 19:06, schrieb Scott Frazer:
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.

Thank you very much. Now it works as it should.

Regards
Burkhard


reply via email to

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