My current compile output is not being properly parsed in the compilation buffer. How can I fix this?
Asked
Active
Viewed 581 times
1
-
More details please? What do you compile, what do you expect in the buffer and what is happening instead? – Laurynas Biveinis Apr 30 '09 at 19:58
1 Answers
2
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
- 73,529
- 11
- 197
- 229