From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Burkhard Schultheis Newsgroups: gmane.emacs.help Subject: Problem with braces in C Date: Thu, 05 Nov 2009 11:07:55 +0100 Message-ID: <7lfmgfF3dkps3U1@mid.individual.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1257458833 4567 80.91.229.12 (5 Nov 2009 22:07:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Nov 2009 22:07:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 05 23:07:06 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N6ATy-0007Aa-G4 for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Nov 2009 23:07:06 +0100 Original-Received: from localhost ([127.0.0.1]:51345 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6ATy-0001XY-2C for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Nov 2009 17:07:06 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-X-Trace: individual.net 68cgM7VbOROulifeDitmkgPQPqLJxVjU9n7Me2brdsIeA7sSbX Cancel-Lock: sha1:qRtKFiYFiMVf89Jg5bdKRE3Smek= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 Original-Xref: news.stanford.edu gnu.emacs.help:174406 X-Mailman-Approved-At: Thu, 05 Nov 2009 17:06:13 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:69514 Archived-At: 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? Thank you in advance! Regards Burkhard