GNU bug report logs -
#62508
28.2; vhdl-mode ModelSim compile warnings aren't highlighted
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
True, looking at the new regexp in emacs the escape characters are highlighted in red, indicating an error. I can verify Mattias' modification still works for me.
I can't properly verify the bracketed version of the warning since I don't get those with my ModelSim, but if I manually type out a warning with brackets it does get highlighted when using re-builder. With Reto's modification on the other hand the bracket warning is not highlighted.
Gesendet von Outlook für Android<https://aka.ms/AAb9ysg>
________________________________
From: Mattias Engdegård <mattiasengdegard <at> gmail.com> on behalf of Mattias Engdegård <mattias.engdegard <at> gmail.com>
Sent: Saturday, April 1, 2023 2:01:19 PM
To: reto <at> gnu.org <reto <at> gnu.org>
Cc: Cyril Arnould <cyril.arnould <at> outlook.com>; Eli Zaretskii <eliz <at> gnu.org>; friedrich.beckmann <at> gmx.de <friedrich.beckmann <at> gmx.de>; 62508 <at> debbugs.gnu.org <62508 <at> debbugs.gnu.org>
Subject: bug#62508: 28.2; vhdl-mode ModelSim compile warnings aren't highlighted
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.
[Message part 2 (text/html, inline)]
This bug report was last modified 2 years and 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.