]> git.eshelyaron.com Git - emacs.git/commit
Flymake's flymake-proc.el parses column numbers from gcc/javac errors
authorJoão Távora <joaotavora@gmail.com>
Tue, 19 Sep 2017 13:25:34 +0000 (14:25 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 2 Oct 2017 23:53:11 +0000 (00:53 +0100)
commitda450444ed0584dbda3185485f0b3d3502720d6b
treedeb09ee8f8ee1c87b7b23b94b419a78b70939e10
parent2b735b4a5b5ccfbb5439ecb5cf47ffe6d87604dd
Flymake's flymake-proc.el parses column numbers from gcc/javac errors

Column numbers are not a great way of marking diagnostic regions, but
that's probably all that can be expected from the flymake-proc.el
backend.  For now, try (end-of-thing 'sexp) to discover the
diagnostic's end position.

* lisp/progmodes/flymake-proc.el ()
(flymake-proc-err-line-patterns): Also parse column numbers,
if available, for gcc/javac warnings.
lisp/progmodes/flymake-proc.el