]> git.eshelyaron.com Git - emacs.git/commit
First stab at a Flymake diagnostics buffer
authorJoão Távora <joaotavora@gmail.com>
Sat, 7 Oct 2017 15:52:45 +0000 (16:52 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sat, 7 Oct 2017 15:55:40 +0000 (16:55 +0100)
commitef94e5ae2ca550a4788564a16a8f46b9ca297dd1
treed9453a8571e2c6e602b57ee870d2856c2f9c6d05
parent200f7ef1521b0f8a68ec83ad92499d15fdc75ae8
First stab at a Flymake diagnostics buffer

The diagnostics buffer summarizes the diagnostics of a buffer in a
tabulated list and is permanently updated after each Flymake check.

* lisp/progmodes/flymake.el (flymake--handle-report): Call
flymake-show-diagnostics-buffer under certain conditions.
(flymake-menu, flymake--diagnostics-buffer-source)
(flymake--diagnostics-buffer-button-keymap)
(flymake-show-diagnostic-at-point)
(flymake-goto-diagnostic-at-point)
(flymake--diagnostics-buffer-entries)
(flymake-diagnostics-buffer-mode)
(flymake--diagnostics-buffer-name)
(flymake-show-diagnostics-buffer): New definitions.
lisp/progmodes/flymake.el