tags:

views:

230

answers:

1

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