typescript.el icon indicating copy to clipboard operation
typescript.el copied to clipboard

Comint regexps are incorrect(?)

Open JordanAnthonyKing opened this issue 7 months ago • 5 comments

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.

image

I've verified that only typescript related regexps are present in compilation-error-regexp-alist-alist

image

JordanAnthonyKing avatar Jul 25 '24 13:07 JordanAnthonyKing