GNU bug report logs -
#56249
29.0.50; Compilation buffer parsing "ERROR:" incorrectly
Previous Next
Reported by: Rudolf Adamkovič <salutis <at> me.com>
Date: Mon, 27 Jun 2022 07:05:01 UTC
Severity: normal
Tags: moreinfo
Found in version 29.0.50
Done: Mattias Engdegård <mattiase <at> acm.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Mattias Engdegård <mattiase <at> acm.org> writes:
> or, equivalently,
>
> `(,(rx
> bol (* " ") "ERROR:"
> (group-n 1 ; file
> (+ (not (in ":\n"))))
> ":"
> (group-n 2 (+ digit)) ; line
> ": ")
> 1 2)
>
> to `compilation-regexp-alist`. We (that is, I) have no idea what is emitting the message and how stable the format is, so adding it to the standard compilation rule list is a fool's errand. We wouldn't even know what to call it.
>
> If you have deeper knowledge of the tool and how it works then you might want to help us clarify it or even get the message updated to the standard GNU format. Some tools are able to use that format even if they do not emit it by default.
It looks pretty useful to add this to compile.el anyway, so I've now
done so.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 2 years and 316 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.