|
From: | Cyril Arnould |
Subject: | bug#63251: AW: bug#63251: 28.2; vhdl-mode contribution |
Date: | Sat, 6 May 2023 12:53:23 +0000 |
Forgot to hit «Reply to all» Oh, did not realize that. Yes, the (2 . 3) is important, it’s the TYPE that determines whether the message is highlighted as an INFO, WARNING or ERROR. From compilation-error-regexp-alist: Each elt has the form (REGEXP FILE [LINE COLUMN TYPE HYPERLINK HIGHLIGHT...]). TYPE is 2 or nil for a real error or 1 for warning or 0 for info. TYPE can also be of the form (WARNING . INFO). In that case this will be equivalent to 1 if the WARNING’th subexpression matched or else equivalent to 0 if the INFO’th subexpression matched, or else equivalent to 2 if neither of them matched. See ‘compilation-error-face’, ‘compilation-warning-face’, ‘compilation-info-face’ and ‘compilation-skip-threshold’. I’ll try to take a look into modifying the type of the vhdl-compiler-alist. Von: Mattias Engdegård > Following bug#62508, I've taken a bit of a closer look at the compiler |
[Prev in Thread] | Current Thread | [Next in Thread] |