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: Sun, 6 Feb 2005 19:09:06 +0530 Message-ID: <9bec9e400502060539371b8e80@mail.gmail.com> References: <9bec9e4005020320597e723ba4@mail.gmail.com> <9bec9e4005020506506e75cf86@mail.gmail.com> <9bec9e400502052133670b229c@mail.gmail.com> Reply-To: Rajsekar Manokaran NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107697189 1785 80.91.229.2 (6 Feb 2005 13:39:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Feb 2005 13:39:49 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 06 14:39:49 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CxmdX-0005mY-CM for ged-emacs-devel@m.gmane.org; Sun, 06 Feb 2005 14:39:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxmrT-0006pb-7q for ged-emacs-devel@m.gmane.org; Sun, 06 Feb 2005 08:54:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cxmqv-0006lj-Mn for emacs-devel@gnu.org; Sun, 06 Feb 2005 08:53:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cxmqt-0006kL-Hr for emacs-devel@gnu.org; Sun, 06 Feb 2005 08:53:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cxmqt-0006jl-Es for emacs-devel@gnu.org; Sun, 06 Feb 2005 08:53:27 -0500 Original-Received: from [64.233.184.198] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cxmd3-00063T-C3 for emacs-devel@gnu.org; Sun, 06 Feb 2005 08:39:09 -0500 Original-Received: by wproxy.gmail.com with SMTP id 36so731682wra for ; Sun, 06 Feb 2005 05:39: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=UBOBttUaruj4m1Gbei4x+Vs5bqDrYydA3+qGriHPr2bNMYIf/X4HnHVhdX1so+w4XxIeNJ/ZBhu4aTH1R3XH4Lb1ZHbDFEoJA9gzB/Pi3sI1sUg86WiaRW785f59dfEhCeIZcWLbeyPBpAfa62F5DjV5Q6J8fjahZpBB+4o4dl8= Original-Received: by 10.54.48.33 with SMTP id v33mr321715wrv; Sun, 06 Feb 2005 05:39:06 -0800 (PST) Original-Received: by 10.54.28.66 with HTTP; Sun, 6 Feb 2005 05:39:06 -0800 (PST) Original-To: rms@gnu.org 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:32945 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32945 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. Could some tell me when/if this change gets committed to the cvs? On Sun, 06 Feb 2005 07:42:12 -0500, Richard Stallman wrote: > If this fixes the problem, I would like it to be installed; but any > change in these regexps has a good chance of creating another problem. > So I would like a couple of people who are familiar with this code > (and with the range of error messages that we see) to look at the > change and see if they can spot a problem. If they don't, then > let's install it. > > Would those people please look at it? >