dominikh / go-mode.el

Emacs mode for the Go programming language
BSD 3-Clause "New" or "Revised" License
1.37k stars 209 forks source link

compilation-mode: improve parsing of error messages. #367

Closed mookid closed 2 years ago

mookid commented 4 years ago

correctly, and make them information-level error (errors are underlined by default in green and are skipped by next-error by default).

I did not find other error messages referencing locations in the compiler code, but I'll be glad to handle more if necessary.

this underlining:

.\info.go:64:6: informative message
^^^^^^^^^^^^^^

rather than this one:

.\info.go:64:6: informative message
^^^^^^^^^^^^^^^^