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: Re: Problem with braces in C Date: Fri, 06 Nov 2009 12:53:50 +0100 Message-ID: <7lih33F3e922tU1@mid.individual.net> References: <7lfmgfF3dkps3U1@mid.individual.net> <1257444358.296964@sj-nntpcache-2.cisco.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1257520682 11338 80.91.229.12 (6 Nov 2009 15:18:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Nov 2009 15:18:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 06 16:17:55 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 1N6QZW-0005S4-Gb for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Nov 2009 16:17:54 +0100 Original-Received: from localhost ([127.0.0.1]:46234 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6QZW-0006lK-0W for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Nov 2009 10:17:54 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!news.glorb.com!news2.glorb.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-X-Trace: individual.net slzuuuVH+W2Ba6hBaUpSJgt6c26MSVz3aMixABLQ7eOWAOzukO Cancel-Lock: sha1:kFHrQhaJQpY+k0EZCf1Vhxpo5k0= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 In-Reply-To: <1257444358.296964@sj-nntpcache-2.cisco.com> Original-Xref: news.stanford.edu gnu.emacs.help:174467 X-Mailman-Approved-At: Fri, 06 Nov 2009 10:15:01 -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:69550 Archived-At: 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