From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Fight: font-lock.el 1.289 vs. cc-defs.el Date: Mon, 30 Jan 2006 13:46:04 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1138647440 25635 80.91.229.2 (30 Jan 2006 18:57:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Jan 2006 18:57:20 +0000 (UTC) Cc: schwab@suse.de, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 30 19:57:11 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 1F3eBO-0008Lz-OE for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2006 19:55:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3eEM-0008Rq-TZ for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2006 13:58:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F3e68-0007OL-PF for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:49:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F3e68-0007Nn-0C for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:49:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3e67-0007NR-OL for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:49:55 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F3e4T-0002q0-Ct for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:48:13 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F3e2O-0004Ke-TH; Mon, 30 Jan 2006 13:46:04 -0500 Original-To: Alan Mackenzie In-reply-to: (message from Alan Mackenzie on Sun, 29 Jan 2006 17:28:02 +0000 (GMT)) 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:49773 Archived-At: I'm asking that this change to font-lock.el be reconsidered, though I admit I don't know the problem it fixes. It detects a kind of problem that was hard to debug, when it occurred. I decided we needed to make such problems show themselves. I don't remember the details, but there was probably another change around the same time which fixed the specific problem. CC Mode calls (font-lock-compile-keywords "\\<\\>") at initialisation, to test for a bug in middle aged XEmacsen which splatted font-lock-keywords. The new check in V1.289 causes CC Mode to bail out with an error. I suggest you test that condition only on XEmacs.