Comint regexps are incorrect(?)
Comint mode includes the 'Error: ' part of the message in the path when trying to navigate to the file meaning that the file can't be automatically opened, and must be browsed to manually. This is running an npm build.
I've verified that only typescript related regexps are present in compilation-error-regexp-alist-alist
Hey there and thanks for the bug-report!
Could you create a minimal GitHub repo with a project which demonstrates this behaviour? :)
If you have that, I'm sure I can try to fix up the compilation-mode regexps to avoid this error.
Also: Please note this major-mode is getting superceded by typescript-ts-mode as part of Emacs 29 and newer 😄
I'm aware it's getting superceded, but after it does what's happening to the extra integrations like this?
If it works, I see no reason not to add it to Emacs core 😉
Could you create a minimal GitHub repo with a project which demonstrates this behaviour? :)
Bump
Sorry, I've been meaning to get around to this. Would it not be easier to just provide some standard messages and just run the regex against them?