From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: Mysterious fontification/C++ context issue Date: Sun, 10 Dec 2006 20:06:37 -0500 Message-ID: References: <87y7po2e9b.fsf@leeloo.anubex.internal> <45741FBE.3000107@swipnet.se> <45742464.1090504@gmx.at> <20061204203024.D17603@colin2.muc.de> <45768797.5010106@gmx.at> <87odqhj89q.fsf@stupidchicken.com> <20061210014526.GB3738@muc.de> Reply-To: rms@gnu.org NNTP-Posting-Host: dough.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1165799366 5848 80.91.229.10 (11 Dec 2006 01:09:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Dec 2006 01:09:26 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, cyd@stupidchicken.com, emacs-devel@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Mon Dec 11 02:09:25 2006 Return-path: Envelope-to: gebp-emacs-pretest-bug@gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GtZfS-0000fN-Am for gebp-emacs-pretest-bug@gmane.org; Mon, 11 Dec 2006 02:09:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GtZfR-0008Hi-NJ for gebp-emacs-pretest-bug@gmane.org; Sun, 10 Dec 2006 20:09:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GtZct-0006cS-8e for emacs-pretest-bug@gnu.org; Sun, 10 Dec 2006 20:06:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GtZcs-0006bs-Np for emacs-pretest-bug@gnu.org; Sun, 10 Dec 2006 20:06:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GtZcs-0006bf-DK; Sun, 10 Dec 2006 20:06:38 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GtZcs-0002qM-5c; Sun, 10 Dec 2006 20:06:38 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.52) id 1GtZcr-0003yR-Ez; Sun, 10 Dec 2006 20:06:37 -0500 Original-To: Alan Mackenzie In-reply-to: <20061210014526.GB3738@muc.de> (message from Alan Mackenzie on 10 Dec 2006 01:35:13 +0100) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:15661 gmane.emacs.devel:63560 Archived-At: > Could we set open-paren-in-column-0-is-defun-start to t for c mode? This would nullify the fix for the bug reported by Martin a few weeks ago, namely: Load syntax.c and immediately jump forward to a certain function. The fontification was seriously wrong. Could you please explain this more clearly? What was that fix, and why would this change interfere with it? I don't remember the previous discussion any more.