From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rajsekar Manokaran Newsgroups: gmane.emacs.devel Subject: Re: compile.el does not find errors in numeric filenames Date: Mon, 7 Feb 2005 00:42:04 +0530 Message-ID: <9bec9e4005020611127437a571@mail.gmail.com> References: <9bec9e4005020320597e723ba4@mail.gmail.com> <9bec9e4005020506506e75cf86@mail.gmail.com> <9bec9e400502052133670b229c@mail.gmail.com> <9bec9e400502060539371b8e80@mail.gmail.com> Reply-To: Rajsekar Manokaran NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1107717147 18265 80.91.229.2 (6 Feb 2005 19:12:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Feb 2005 19:12:27 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 06 20:12:26 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CxrpQ-0006YF-Vg for ged-emacs-devel@m.gmane.org; Sun, 06 Feb 2005 20:12:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cxs37-0006MR-DR for ged-emacs-devel@m.gmane.org; Sun, 06 Feb 2005 14:26:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cxs2m-0006Ik-LF for emacs-devel@gnu.org; Sun, 06 Feb 2005 14:26:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cxs2f-0006DC-08 for emacs-devel@gnu.org; Sun, 06 Feb 2005 14:26:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cxs2e-0006Cw-Ur for emacs-devel@gnu.org; Sun, 06 Feb 2005 14:25:56 -0500 Original-Received: from [64.233.184.195] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CxrpH-0003t8-FK for emacs-devel@gnu.org; Sun, 06 Feb 2005 14:12:07 -0500 Original-Received: by wproxy.gmail.com with SMTP id 36so761975wra for ; Sun, 06 Feb 2005 11:12:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Bi7hitw3VjLsa5gFPkYzGXSrZKoBX/fb0JzWkTpalkdhacPu5vpNCHxkrZeIfJto9mNzBJ2gwTTkgfGJ0uhkf8qAUzRVubdQtkkhawjvbeIWgrQugHoiWhsQgZzb+lG882NUHMuIfPHf/+iAVKzHojdBAhNyoA26w7FU/MI0sD8= Original-Received: by 10.54.57.30 with SMTP id f30mr398660wra; Sun, 06 Feb 2005 11:12:04 -0800 (PST) Original-Received: by 10.54.28.66 with HTTP; Sun, 6 Feb 2005 11:12:04 -0800 (PST) Original-To: Andreas Schwab In-Reply-To: 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:32961 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32961 yeah, all the things in /etc/compilation.txt are fontified properly. My test case would be 1776.cc:41: error: `func' undeclared (first use this function) - Rajsekar Manokaran IIT Madras On Sun, 06 Feb 2005 16:41:41 +0100, Andreas Schwab wrote: > Rajsekar Manokaran writes: >=20 > > I am just changing the character class [a-zA-Z] to [[:alnum:]]. > > I dont see how this can create problems, but I would rather leave it > > to the experts in this area. >=20 > Have you verified that all the examples in etc/compilation.txt are still > highlighted correctly? How about adding your test case to it? >=20 > Andreas. >=20 > -- > Andreas Schwab, SuSE Labs, schwab@suse.de > SuSE Linux Products GmbH, Maxfeldstra=DFe 5, 90409 N=FCrnberg, Germany > Key fingerprint =3D 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 > "And now for something completely different." >