]> git.eshelyaron.com Git - emacs.git/commit
Make Flymake mode-line indicator customizable (bug#33740)
authorJoão Távora <joaotavora@gmail.com>
Thu, 31 Dec 2020 13:14:26 +0000 (13:14 +0000)
committerJoão Távora <joaotavora@gmail.com>
Thu, 31 Dec 2020 14:03:53 +0000 (14:03 +0000)
commit2e6fbb05b6c17a1481fd6b73491cfa9c66c0c84f
tree9d4c73e9b92991ddddb572772338dbddbe9c3354
parentf0d2b92f8b7377678231bec502c0f05b26b3a58e
Make Flymake mode-line indicator customizable (bug#33740)

* lisp/progmodes/flymake.el (flymake-mode): Use
flymake-mode-line-format.
(flymake--mode-line-format): Remove.
(flymake-mode-line-counter-format, flymake-mode-line-format): New
defcustom.
(flymake-mode-line-title, flymake-mode-line-exception)
(flymake-mode-line-counters, flymake-error-counter)
(flymake-warning-counter, flymake-note-counter): New variables.
(flymake--mode-line-title, flymake--mode-line-exception)
(flymake--mode-line-counters, flymake--mode-line-counter): New
helpers.

* doc/misc/flymake.texi (Customizable variables): Mention
flymake-mode-line-format and flymake-mode-line-counter-format

* etc/NEWS: Mention Flymake's customizable mode-line.
doc/misc/flymake.texi
etc/NEWS
lisp/progmodes/flymake.el