1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
emacs/doc
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
..
emacs Document Windows font selection quirks 2019-11-02 12:50:27 +02:00
lispintro Revert "Omit edition numbers and dates in manuals" 2019-11-02 09:52:39 +02:00
lispref Further fixup of the previous doc fix in the Faces node 2019-11-02 16:05:42 +01:00
man
misc Allow flymake diagnostic types to have shorter names 2019-11-02 16:38:53 +00:00