unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* compile.el ant error regexp does not match on MSW
@ 2015-10-03 16:29 Vincent Belaïche
  2015-10-03 17:07 ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Vincent Belaïche @ 2015-10-03 16:29 UTC (permalink / raw)
  To: Roland McGrath, Daniel Pfeiffer; +Cc: emacs-devel

[-- 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

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-10-04 11:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-03 16:29 compile.el ant error regexp does not match on MSW Vincent Belaïche
2015-10-03 17:07 ` 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ì

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).