emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compile.el does not find errors in numeric filenames


From: Rajsekar
Subject: Re: compile.el does not find errors in numeric filenames
Date: Tue, 08 Feb 2005 02:37:14 +0530
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

"Eli Zaretskii" <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]