]> git.eshelyaron.com Git - emacs.git/commit
Consider diagnostic.code when generating flymake diagnostics
authorJoão Távora <joaotavora@gmail.com>
Wed, 4 May 2022 20:47:21 +0000 (21:47 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 9 May 2022 00:18:45 +0000 (01:18 +0100)
commit29f2ec24713984d561881980aef578faa2a83068
tree21678f8c7ede3430f6af1adc0a857a97258ba3ba
parent4beab004d98f17f830600b4597315f030a7313c3
Consider diagnostic.code when generating flymake diagnostics

Not sure this will please everybody, can almost guess someone is going
to ask for a custom switch.

Instead this info (and the source) should be passed on to Flymake.
That's where the custom switch for controlling formatting of
diagnostic messages should exist.  But that's too much work right now.

* eglot.el (eglot-handle-notification): Consider Diagnostic.code.
lisp/progmodes/eglot.el