Joey Eremondi <[email protected]> writes: Hi Joey,
> Is there any way to have this set up, so flycheck can highlight > compile errors in the gutter, and I can navigate compile-errors using > flycheck? I don't know flycheck exactly but usually such packages have some kind of regexp to extract the problematic file and the location in that file from the compiler output which usually looks regular, e.g., like some-file.c:191:ERROR: Here is some error description (La)TeX has a more complicated (nested) output where errors and warnings and their locations are much harder to figure out. For reference, have a look at AUCTeX's error parsing function `TeX-parse-error'. Maybe you could somehow teach flycheck to repeatedly call `TeX-parse-error' with STORE argument and then later make it display the error information in `TeX-error-list'... Bye, Tassilo
