From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: C mode font-lock regression Date: Sun, 12 Nov 2006 20:33:49 +0100 Message-ID: <4557771D.7080908@gmx.at> References: <200611111754.kABHsX1R001492@rocksteady.printf.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163360993 22498 80.91.229.2 (12 Nov 2006 19:49:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Nov 2006 19:49:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 12 20:49:48 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GjLKm-00084v-2U for ged-emacs-devel@m.gmane.org; Sun, 12 Nov 2006 20:49:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjLKl-0001K9-Fu for ged-emacs-devel@m.gmane.org; Sun, 12 Nov 2006 14:49:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GjLKT-0001GH-Qm for emacs-devel@gnu.org; Sun, 12 Nov 2006 14:49:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GjLKQ-0001FV-SJ for emacs-devel@gnu.org; Sun, 12 Nov 2006 14:49:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjLKQ-0001FS-NK for emacs-devel@gnu.org; Sun, 12 Nov 2006 14:49:18 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1GjLKQ-0005cH-Ik for emacs-devel@gnu.org; Sun, 12 Nov 2006 14:49:18 -0500 Original-Received: (qmail invoked by alias); 12 Nov 2006 19:49:17 -0000 Original-Received: from N819P015.adsl.highway.telekom.at (EHLO [62.47.46.79]) [62.47.46.79] by mail.gmx.net (mp041) with SMTP; 12 Nov 2006 20:49:17 +0100 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: Henrik Enberg In-Reply-To: <200611111754.kABHsX1R001492@rocksteady.printf.se> X-Y-GMX-Trusted: 0 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:62127 Archived-At: > The font-locking in C mode seem to have regressed with the latest > source. I see frequent unfontification of code in lines below point > when inserting a character. This didn't happen in my previous build >>from 2006-11-08. Can you please check whether your "previous" build was before 2006-11-08 Alan Mackenzie * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the case (eq open-paren-in-column-0-is-defun-start nil) by searching for least nested open-paren. and the regression occurred in a build after that change?