all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Vincent Belaïche" <vincent.b.1@hotmail.fr>
To: Roland McGrath <roland@gnu.org>, Daniel Pfeiffer <occitan@esperanto.org>
Cc: emacs-devel <emacs-devel@gnu.org>
Subject: compile.el ant error regexp does not match on MSW
Date: Sat, 3 Oct 2015 18:29:18 +0200	[thread overview]
Message-ID: <DUB109-W635BCB6965C4ACC91B33F7844A0@phx.gbl> (raw)

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

Hello Roland & Daniel,


I have found that the error regexp for ant does not match on MSWindow because of the drive letter.

I have attached a patch.


If you don't mind I can commit it & push to repo.


However I did not write any ChangeLog entry as it seems that there is no longer any ChangeLog file on the repo (I am not following the devel so closely, the last time I did some update was with BZR, not GIT ;-) ...), is that correct that the commit comment is enough (no more ChangeLog is maintained ?)


VBR,

   Vincent. 		 	   		  

[-- Attachment #2: compile.el.diff --]
[-- Type: application/octet-stream, Size: 618 bytes --]

diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 9cb367a..9e2d625 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -145,7 +145,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
      " in line \\([0-9]+\\) of file \\([^ \n]+[^. \n]\\)\\.? " 2 1)
 
     (ant
-     "^[ \t]*\\[[^] \n]+\\][ \t]*\\([^: \n]+\\):\\([0-9]+\\):\\(?:\\([0-9]+\\):\\([0-9]+\\):\\([0-9]+\\):\\)?\
+     "^[ \t]*\\[[^] \n]+\\][ \t]*\\(\\(?:[A-Za-z]:\\\\\\)?[^: \n]+\\):\\([0-9]+\\):\\(?:\\([0-9]+\\):\\([0-9]+\\):\\([0-9]+\\):\\)?\
 \\( warning\\)?" 1 (2 . 4) (3 . 5) (6))
 
     (bash

             reply	other threads:[~2015-10-03 16:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-03 16:29 Vincent Belaïche [this message]
2015-10-03 17:07 ` compile.el ant error regexp does not match on MSW Eli Zaretskii
2015-10-03 18:05   ` Vincent Belaïche
2015-10-03 18:17     ` Eli Zaretskii
2015-10-04  6:22       ` Vincent Belaïche
2015-10-04 10:31         ` what happened of the List-Id header? Francesco Potortì
2015-10-04 11:02           ` Eli Zaretskii
2015-10-04 11:09             ` Francesco Potortì
2015-10-04 11:11           ` Andreas Schwab
2015-10-04 11:33             ` Francesco Potortì

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=DUB109-W635BCB6965C4ACC91B33F7844A0@phx.gbl \
    --to=vincent.b.1@hotmail.fr \
    --cc=emacs-devel@gnu.org \
    --cc=occitan@esperanto.org \
    --cc=roland@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.