My current compile output is not being properly parsed in the compilation buffer. How can I fix this?

link|improve this question

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
feedback

1 Answer

up vote 2 down vote accepted

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
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.