]> 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>
Tue, 10 Oct 2017 16:20:01 +0000 (17:20 +0100)
commitcf4a15b9b6be8201b53fff063a378b41ec44ede9
tree9fb7bbfe06b5caca8f2f1d0a9aeb068d0037523a
parente4a1556392261c2f7752d760c02729c6d0d14d08
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