unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: joakim@verona.se
Cc: emacs-devel <emacs-devel@gnu.org>
Subject: Re: patch to support maven in compile.el
Date: Mon, 23 Jul 2007 14:33:28 -0400	[thread overview]
Message-ID: <jwv7iorrmwv.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <m3ir8bqapq.fsf@kurono.home> (joakim@verona.se's message of "Mon\, 23 Jul 2007 19\:41\:21 +0200")

> 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
> Emacs-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-devel

  reply	other threads:[~2007-07-23 18:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-23 17:41 patch to support maven in compile.el joakim
2007-07-23 18:33 ` Stefan Monnier [this message]
2007-07-23 19:29   ` joakim
2007-07-25  4:31     ` Stefan Monnier
2007-07-24 16:46   ` Richard Stallman
2007-07-25  4:31     ` 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=jwv7iorrmwv.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=joakim@verona.se \
    /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).