]> 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>
Tue, 3 Oct 2017 12:52:24 +0000 (13:52 +0100)
commit734aa8818d2916f2fe2eb9fe4add66255379b938
tree0ab5e0c9606a2dab8a160e0fd352f632ce66c852
parentae64bf12a865d5d40b7541af0da9b971936994ec
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