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: joakim
Subject: Re: patch to support maven in compile.el
Date: Mon, 23 Jul 2007 21:29:02 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

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

I can try it. Would it be possible to add the rule in the mean time?


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

-- 
Joakim Verona





reply via email to

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