Files
emacs/lisp/progmodes
João Távora adb5f45d7b Allow flymake diagnostic types to have shorter names
Eglot, a third-party package which uses Flymake, has its own
diagnostic types such as 'eglot-error', 'eglot-warning', etc...  While
not being too long, they will not fit in the type column of the "list
all diagnostics" buffer.  This commit allows diagnostic types to have
user-defined names and also assigns names to the default categories.

* doc/misc/flymake.texi (Flymake error types): Describe
flymake-type-name prop.

* lisp/progmodes/flymake.el (flymake--diagnostics-buffer-entries):
Use type names.
(flymake-error, flymake-warning, flymake-note): Give these
diagnostic categories default type names.
2019-11-02 16:38:53 +00:00
..
2019-10-12 21:55:59 +03:00
2019-10-01 10:50:47 +02:00
2019-10-30 22:25:23 +01:00
2019-10-30 13:16:44 +01:00
2019-10-01 10:50:47 +02:00
2019-10-17 13:13:05 +02:00