[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [FR] Recognize L3 \msg_line_context: on warning parsing
From: |
Gustavo Barros |
Subject: |
Re: [FR] Recognize L3 \msg_line_context: on warning parsing |
Date: |
Wed, 8 Sep 2021 08:34:13 -0300 |
Hi Tassilo,
On Tue, 7 Sept 2021 at 09:28, Tassilo Horn <tsdh@gnu.org> wrote:
>
> > WDYT, could `TeX-warning' be adjusted to accommodate `\msg_line_context:'
> > too?
>
> Would just changing
>
> "on input line \\([0-9]*\\)\\."
>
> to
>
> "on \\(?:input \\)?line \\([0-9]*\\)\\."
>
> work?
Thanks for looking into this. Yes, that's what I had in mind, and also
what I had tried (and works). What I cannot tell is if that might get
us some false positives (I would presume not, but I don't really know
log parsing well enough to say).
Bye,
Gustavo.