unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Rajsekar <rajsekar@cse.iitm.ernet.in>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: compile.el does not find errors in numeric filenames
Date: Mon, 07 Feb 2005 20:07:20 +0530	[thread overview]
Message-ID: <m3brawiggv.fsf@rajsekar.pc> (raw)
In-Reply-To: <jeacqhxveq.fsf@sykes.suse.de> (Andreas Schwab's message of "Sun, 06 Feb 2005 21:53:17 +0100")


I think, ada lines should be properly fontified.
Could someone review this patch?

On more thing i notice is that 

files like 

../../C:/hello.cc are recognized as valid filenames by cvs version.  Is it
valid?  I have not touched upon that issue in my patch, but if that is
invalid, we can modify the regexp (again!!!).

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 14:14:41 -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:\\)\\)?"


-- 
    Rajsekar Manokaran
    IIT Madras

  parent reply	other threads:[~2005-02-07 14:37 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 [this message]
2005-02-07 20:16                   ` Eli Zaretskii
2005-02-07 21:07                     ` Rajsekar
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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m3brawiggv.fsf@rajsekar.pc \
    --to=rajsekar@cse.iitm.ernet.in \
    --cc=emacs-devel@gnu.org \
    --cc=rms@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).