From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francesco Potorti` Newsgroups: gmane.emacs.devel Subject: C font-lock bug Date: Fri, 27 Apr 2007 12:07:34 +0200 Message-ID: References: <12799012.205971174993530168.JavaMail.www@wwinf4105> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1177669123 1274 80.91.229.12 (27 Apr 2007 10:18:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Apr 2007 10:18:43 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: alinsoar@voila.fr Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 27 12:18:39 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HhNX7-0001lM-5A for ged-emacs-devel@m.gmane.org; Fri, 27 Apr 2007 12:18:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhNcu-0003YJ-JS for ged-emacs-devel@m.gmane.org; Fri, 27 Apr 2007 06:24:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HhNSX-00084n-Do for emacs-devel@gnu.org; Fri, 27 Apr 2007 06:13:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HhNSU-00083t-MB for emacs-devel@gnu.org; Fri, 27 Apr 2007 06:13:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhNSU-00083T-0M for emacs-devel@gnu.org; Fri, 27 Apr 2007 06:13:46 -0400 Original-Received: from mx2.isti.cnr.it ([194.119.192.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HhNMd-0006DG-IJ for emacs-devel@gnu.org; Fri, 27 Apr 2007 06:07:43 -0400 Original-Received: from conversionlocal.isti.cnr.it by mx.isti.cnr.it (PMDF V6.3-x3 #31251) id <01MFWZ9BOBZ499DGM5@mx.isti.cnr.it> for emacs-devel@gnu.org; Fri, 27 Apr 2007 12:07:35 +0200 Original-Received: from tucano.isti.cnr.it (tucano.isti.cnr.it [146.48.81.102]) by mx.isti.cnr.it (PMDF V6.3-x3 #31251) with ESMTPS id <01MFWZ9BFNAM99DGTM@mx.isti.cnr.it>; Fri, 27 Apr 2007 12:07:35 +0200 Original-Received: from pot by tucano.isti.cnr.it with local (Exim 4.63) (envelope-from ) id 1HhNMU-0004js-PN; Fri, 27 Apr 2007 12:07:34 +0200 In-reply-to: <12799012.205971174993530168.JavaMail.www@wwinf4105> X-INSM-ip-source: 146.48.81.102 Auth Optional-NoAuth X-fingerprint: 4B02 6187 5C03 D6B1 2E31 7666 09DF 2DC9 BE21 6115 X-detected-kernel: OpenVMS 7.2 (Multinet 4.3-4.4 stack) 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:70234 Archived-At: Sorry for the big delay, I am trying ot recover my email backlog. >> >1. Emacs -Q >> >2. M-. Lisp_Type >> >Select then the path to your TAGS file of your emacs. >> >The first 4 members of this enumeration are listed in yellow color to >> >me . The last 4 members in black color . >> >> What enumeration? Why are the colours important? > >Lisp_Type is an enumeration. And because It is preceded by M-. (i.e. by >find-tag) it is clear what it means. At last I understand. In fact, find-tag is completely unrelated with this. I changed the subject to reflect that this is a bug in font-lock for C code. Specifically, if you load lisp.h from the Emacs sources and look at enum Lisp_Type you see that the colour of the members of the enum changes after the fourth member.