emacs-devel
[Top][All Lists]
Advanced

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

Re: patch to support maven in compile.el


From: Stefan Monnier
Subject: Re: patch to support maven in compile.el
Date: Mon, 23 Jul 2007 14:33:28 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

> Maven is a popular build tool for Java. Maven is free software.

Can you ask them to change their syntax to the one recommended in the GNU
coding standards, i.e. <file>:<linenb>:<colnb> ?

This proliferation of formats is simply ridiculous.


        Stefan


> --- compile.el        2007-07-23 19:38:52.000000000 +0200
> +++ /home/joakim/.elisp/compile.el    2007-07-20 15:34:17.000000000 +0200
> @@ -167,6 +167,9 @@
>       "^[ \t]*\\[[^] \n]+\\][ \t]*\\([^: 
> \n]+\\):\\([0-9]+\\):\\(?:\\([0-9]+\\):[0-9]+:[0-9]+:\\)?\
>  \\( warning\\)?" 1 2 3 (4))
 
> +    (maven
> +     "\\(.*?\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\]" 1 2 3)
> +    
>      (bash
>       "^\\([^: \n\t]+\\): line \\([0-9]+\\):" 1 2)
 
> -- 
> Joakim Verona


> _______________________________________________
> Emacs-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-devel




reply via email to

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