1

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

Luke Girvin
  • 13,221
  • 9
  • 64
  • 84
efunneko
  • 491
  • 1
  • 4
  • 12

1 Answers1

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