1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00
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
..
antlr-mode.el
asm-mode.el Use lexical-binding in asm-mode.el and add tests 2019-07-18 20:41:47 +02:00
autoconf.el
bat-mode.el
bug-reference.el
cc-align.el CC-Mode: Remove unneeded backslashes from doc strings and regular expressions 2019-10-12 09:30:23 +00:00
cc-awk.el * lisp/progmodes/cc-awk.el (c-awk-var-num-ket-re): Remove /x80-/xff from it. 2019-07-25 18:48:19 +00:00
cc-bytecomp.el
cc-cmds.el CC Mode: Fix positioning of point whilst inserting comments without non-ws 2019-10-25 20:11:48 +00:00
cc-defs.el CC-Mode: Remove unneeded backslashes from doc strings and regular expressions 2019-10-12 09:30:23 +00:00
cc-engine.el Optimize c-crosses-statement-barrier-p for large blocks of comment. 2019-10-20 16:55:26 +00:00
cc-fonts.el CC Mode. Fix slow scrolling by adding a search limit. 2019-11-02 13:03:50 +00:00
cc-guess.el
cc-langs.el CC-Mode: Remove unneeded backslashes from doc strings and regular expressions 2019-10-12 09:30:23 +00:00
cc-menus.el
cc-mode.el CC-Mode: Remove unneeded backslashes from doc strings and regular expressions 2019-10-12 09:30:23 +00:00
cc-styles.el
cc-vars.el CC-Mode: Remove unneeded backslashes from doc strings and regular expressions 2019-10-12 09:30:23 +00:00
cfengine.el
cmacexp.el
compile.el Make ant regexp in compilation-error-regexp-alist-alist more lax 2019-11-01 15:20:42 +03:00
cperl-mode.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
cpp.el
cwarn.el
dcl-mode.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ebnf-abn.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
ebnf-bnf.el
ebnf-dtd.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
ebnf-ebx.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebnf2ps.el
ebrowse.el lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nil 2019-10-17 02:45:06 +02:00
elisp-mode.el Avoid false indications from Flymake in .dir-locals.el files 2019-10-21 14:29:13 +03:00
etags.el ; Improve a doc string in etags.el 2019-10-12 21:55:59 +03:00
executable.el * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete 2019-06-21 10:30:50 -04:00
f90.el
flymake-cc.el Correct some custom type typos 2019-10-01 10:50:47 +02:00
flymake-proc.el lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nil 2019-10-17 02:45:06 +02:00
flymake.el Allow flymake diagnostic types to have shorter names 2019-11-02 16:38:53 +00:00
fortran.el Suppress relint errors in fortran.el 2019-08-08 12:10:36 +02:00
gdb-mi.el Send -enable-frame-filters to gdb 2019-10-30 22:25:23 +01:00
glasses.el
grep.el ; * lisp/progmodes/grep.el (lgrep, rgrep, zrgrep): Fix doc wording. 2019-10-12 09:52:03 +03:00
gud.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
hideif.el Make hide-ifdef-mode-prefix-key customisable 2019-08-21 13:49:57 -07:00
hideshow.el Remove obsolete doc references to XEmacs (Bug#37899) 2019-10-28 15:55:10 +01:00
icon.el
idlw-complete-structtag.el
idlw-help.el
idlw-shell.el lisp/*.el: Force non-nil result to t, to match docstring 2019-10-17 02:08:43 +02:00
idlw-toolbar.el
idlwave.el lisp/*.el: Force non-nil result to t, to match docstring 2019-10-17 02:08:43 +02:00
inf-lisp.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
js.el lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nil 2019-10-17 02:45:06 +02:00
ld-script.el
m4-mode.el Fix "dnl" highlights in m4-mode 2019-10-30 13:16:44 +01:00
make-mode.el Fix usage of remove-text-properties 2019-08-01 17:04:53 +03:00
meta-mode.el Remove XEmacs compat code from meta-mode.el 2019-10-20 22:52:02 +02:00
mixal-mode.el
modula2.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
octave.el Merge from origin/emacs-26 2019-08-10 08:44:31 -07:00
opascal.el * lisp/progmodes/opascal.el: Tweak code to ease edebugging 2019-07-22 15:41:17 -04:00
pascal.el Remove XEmacs compat code from pascal.el 2019-06-20 12:51:38 +02:00
perl-mode.el Fix indenting in perl functions with doc-comments 2019-09-30 00:09:58 +02:00
prog-mode.el Prefer display-line-numbers over linum in docs and one defcustom 2019-08-27 02:41:51 +02:00
project.el (project--vc-list-files): Make sure to expand file names 2019-10-05 12:33:25 +03:00
prolog.el Remove XEmacs compat code from prolog.el 2019-10-09 03:11:15 +02:00
ps-mode.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
python.el Use new-style rx extensions in python.el 2019-10-28 17:38:33 +01:00
ruby-mode.el Fix usage of remove-text-properties 2019-08-01 17:04:53 +03:00
scheme.el
sh-script.el Further tweaks to sh-script \ #foo font locking 2019-10-31 13:07:37 +01:00
simula.el
sql.el Correct some custom type typos 2019-10-01 10:50:47 +02:00
subword.el
tcl.el Remove XEmacs compat code from tcl.el 2019-10-17 13:13:05 +02:00
vera-mode.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
verilog-mode.el Use quit-window in some functions 2019-10-13 05:08:37 +02:00
vhdl-mode.el Update some URLs 2019-09-23 00:12:52 -07:00
which-func.el
xref.el In xref-location-marker, handle deleted file or outdated xref location nicely 2019-10-20 06:39:02 -07:00
xscheme.el