GNU bug report logs - #62508
28.2; vhdl-mode ModelSim compile warnings aren't highlighted

Previous Next

Package: emacs;

Reported by: Cyril Arnould <cyril.arnould <at> outlook.com>

Date: Tue, 28 Mar 2023 19:49:01 UTC

Severity: normal

Found in version 28.2

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mattias EngdegÄrd <mattias.engdegard <at> gmail.com>
To: reto <at> gnu.org
Cc: friedrich.beckmann <at> gmx.de, Eli Zaretskii <eliz <at> gnu.org>, 62508 <at> debbugs.gnu.org, Cyril Arnould <cyril.arnould <at> outlook.com>
Subject: bug#62508: 28.2; vhdl-mode ModelSim compile warnings aren't highlighted 
Date: Sat, 1 Apr 2023 14:01:19 +0200
The new regexp,

"^\\(ERROR\\|WARNING\\|\\*\\* Error\\|\\*\\* Warning\\)[^:]*:\\( *\[[0-9]\]\\| ([^)]+)\\)? \\([^ \t\n]+\\)(\\([0-9]+\\)):"
                                                                  ^^^^^^^^^

isn't quite right: there are single-escaped square brackets, and the original regexp permitted multiple digits, not just one, between square brackets. The part

  "\[[0-9]\]"

should probably be

  "\\[[0-9]+]"

but the author needs to confirm this.





This bug report was last modified 2 years and 49 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.