My current compile output is not being properly parsed in the compilation buffer. How can I fix this?
+2
A:
Likely you'll have to modify the variable compilation-error-regexp-alist
. See the variable documentation by doing:
C-h v compilation-error-regexp-alist
or the info page:
C-h S compilation-error-regexp-alist
Trey Jackson
2009-04-30 20:08:21