From: Arjan Bos <Arjan.Bos@nospam.ISeeYou.nl>
Subject: Compilation error regexp alist doesn't match my compiler anymor
Date: Tue, 25 May 2004 19:13:07 +0200 [thread overview]
Message-ID: <c8vvb0$6up$1@reader08.wxs.nl> (raw)
Hi all,
On the 23rd of May 2004, I checked out from cvs and compiled a new
version of Emacs. It's for MacOSX --with-carbon --without-x
Unfortunately, it does not match the output of my compiler anymore. How
do I customize the appropriate alists so that it does match it?
I tried to read the documentation for compilation-error-regexp-alist and
compilation-error-regexp-alist-alist and the documentation of list, cons
and append, but even this combined couldn't help me enough to make the
appropriate entry in my .emacs by myself.
A sample compilation output is:
Classification.nrx: method getUserObject
Classification.nrx: method delete
Classification.nrx: 965 if this.getPublishedSubSchemes().size()
\= null then
Classification.nrx: ^
Classification.nrx: Error: Cannot compare primitive type 'int'
to object reference type 'null'
Classification.nrx: method getDeletable
'Classification.nrx' is the file name and '965' is the line number.
So "^\\(.*\\.nrx:\\)[ \\t]*\\([0-9]+\\)" should be able to match it. But
then I'm lost in lists.
Any thoughts on matching the above sample output?
btw:
I remember a posting to gnu.emacs.sources a few months ago about a new
compile.el but since it stated that all the then current matchings
should be matched by the new system I didn't pay it any attention. It
seems that this is what is costing me ;-)
TIA,
Arjan
--
--
If you really want to contact me, then replace the "I see you" text by
its real value, the single word "het net".
Fabricate Diem PVNC, Motto of the Night Watch -- Terry Pratchett
next reply other threads:[~2004-05-25 17:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-25 17:13 Arjan Bos [this message]
2004-05-25 19:24 ` Compilation error regexp alist doesn't match my compiler anymor Michael Slass
2004-05-25 22:33 ` Arjan Bos
2004-05-26 18:35 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='c8vvb0$6up$1@reader08.wxs.nl' \
--to=arjan.bos@nospam.iseeyou.nl \
--cc=Arjan.Bos@ISeeYou.nl \
/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.