From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rajsekar Newsgroups: gmane.emacs.devel Subject: Re: compile.el does not find errors in numeric filenames Date: Tue, 08 Feb 2005 02:37:14 +0530 Message-ID: References: <9bec9e4005020320597e723ba4@mail.gmail.com> <9bec9e4005020506506e75cf86@mail.gmail.com> <9bec9e400502052133670b229c@mail.gmail.com> <9bec9e400502060539371b8e80@mail.gmail.com> <9bec9e4005020611127437a571@mail.gmail.com> <9bec9e4005020612297597c49d@mail.gmail.com> <01c50d52$Blat.v2.4$08e79040@zahav.net.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1107810856 6095 80.91.229.2 (7 Feb 2005 21:14:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Feb 2005 21:14:16 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 07 22:14:16 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CyGCs-0001CP-71 for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2005 22:14:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CyGR4-0005I0-2F for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2005 16:28:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CyGPC-0004eu-Sv for emacs-devel@gnu.org; Mon, 07 Feb 2005 16:26:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CyGP0-0004aF-Lu for emacs-devel@gnu.org; Mon, 07 Feb 2005 16:26:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CyGP0-0004YK-HS for emacs-devel@gnu.org; Mon, 07 Feb 2005 16:26:38 -0500 Original-Received: from [202.141.25.89] (helo=pridns.cs.iitm.ernet.in) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CyG6e-00025s-13; Mon, 07 Feb 2005 16:07:41 -0500 Original-Received: from meenakshi.cs.iitm.ernet.in (meenakshi.cs.iitm.ernet.in [10.6.10.2]) by pridns.cs.iitm.ernet.in (8.12.10/8.12.10) with ESMTP id j17LCPkx001605; Tue, 8 Feb 2005 02:42:26 +0530 Original-Received: from rajsekar.pc ([10.132.7.21]) by meenakshi.cs.iitm.ernet.in (8.11.2/8.11.2) with ESMTP id j17Ksi526016; Tue, 8 Feb 2005 02:24:45 +0530 Original-To: Eli Zaretskii In-Reply-To: <01c50d52$Blat.v2.4$08e79040@zahav.net.il> (Eli Zaretskii's message of "Mon, 07 Feb 2005 22:16:21 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) 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:33045 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33045 "Eli Zaretskii" writes: > > Anyway, how could such a string wind up in the compilation buffer? > That is, is this a real problem? Thats right. It is not an actual problem. If there are no more mistakes in the regexp, my patch can be committed. I am sending the complete patch against the current cvs. --8<---------------cut here---------------start------------->8--- Index: etc/compilation.txt =================================================================== RCS file: /cvsroot/emacs/emacs/etc/compilation.txt,v retrieving revision 1.8 diff -u -4 -r1.8 compilation.txt --- etc/compilation.txt 22 Nov 2004 23:17:26 -0000 1.8 +++ etc/compilation.txt 7 Feb 2005 21:06:23 -0000 @@ -216,8 +216,9 @@ jade:dbcommon.dsl:133:17:E: missing argument for function call G:/cygwin/dev/build-myproj.xml:54: Compiler Adapter 'javac' can't be found. file:G:/cygwin/dev/build-myproj.xml:54: Compiler Adapter 'javac' can't be found. {standard input}:27041: Warning: end of file not at end of a line; newline inserted +1776.cc:41: error: `func' undeclared (first use this function) * Lucid Compiler, lcc 3.x Index: lisp/progmodes/compile.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/progmodes/compile.el,v retrieving revision 1.345 diff -u -4 -r1.345 compile.el --- lisp/progmodes/compile.el 29 Jan 2005 15:50:26 -0000 1.345 +++ lisp/progmodes/compile.el 7 Feb 2005 21:06:31 -0000 @@ -213,9 +213,9 @@ \\(.+\\):\\([0-9]+\\)\\(?:\\(:\\)\\|\\(,\\)\\)?" 1 2 nil (3 . 4)) (gnu "^\\(?:[[:alpha:]][-[:alnum:].]+: ?\\)?\ -\\([/.]*[a-zA-Z]:?[^ \t\n:]*\\|{standard input}\\): ?\ +\\([/.]*\\(?:[a-zA-Z]:\\)?[^ \t\n:]*[^[:digit:]][^ \t\n:]*\\|{standard input}\\): ?\ \\([0-9]+\\)\\([.:]?\\)\\([0-9]+\\)?\ \\(?:-\\(?:\\([0-9]+\\)\\3\\)?\\.?\\([0-9]+\\)?\\)?:\ \\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\ *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\)\\)?" --8<---------------cut here---------------end--------------->8--- -- Rajsekar Manokaran IIT Madras