all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rajsekar <rajsekar@cse.iitm.ernet.in>
Cc: emacs-devel@gnu.org
Subject: Re: compile.el does not find errors in numeric filenames
Date: Tue, 08 Feb 2005 02:37:14 +0530	[thread overview]
Message-ID: <m3acqggjul.fsf@rajsekar.pc> (raw)
In-Reply-To: <01c50d52$Blat.v2.4$08e79040@zahav.net.il> (Eli Zaretskii's message of "Mon, 07 Feb 2005 22:16:21 +0200")

"Eli Zaretskii" <eliz@gnu.org> 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	other threads:[~2005-02-07 21:07 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-04  4:59 compile.el does not find errors in numeric filenames Rajsekar Manokaran
2005-02-04  5:50 ` Rajsekar Manokaran
2005-02-05 14:50 ` Fwd: " Rajsekar Manokaran
2005-02-06  5:33   ` Rajsekar Manokaran
2005-02-06 12:42     ` Richard Stallman
2005-02-06 13:39       ` Rajsekar Manokaran
2005-02-06 15:41         ` Andreas Schwab
2005-02-06 19:12           ` Rajsekar Manokaran
2005-02-06 20:29             ` Rajsekar Manokaran
2005-02-06 20:53               ` Andreas Schwab
2005-02-07  9:18                 ` Richard Stallman
2005-02-07 10:19                   ` Andreas Schwab
2005-02-07 14:37                 ` Rajsekar
2005-02-07 20:16                   ` Eli Zaretskii
2005-02-07 21:07                     ` Rajsekar [this message]
2005-02-08 11:46                   ` Richard Stallman
2005-02-09 21:46                     ` Rajsekar
2005-02-06 15:55     ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3acqggjul.fsf@rajsekar.pc \
    --to=rajsekar@cse.iitm.ernet.in \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.