Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I make Emacs recognize my compilers funny error messages?

0
10 Posted

How do I make Emacs recognize my compilers funny error messages?

0
10

The variable compilation-error-regexp-alist helps control how Emacs parses your compiler output. It is a list of triplets of the form: (regexp file-idx line-idx), where regexp, file-idx and line-idx are strings. To help determine what the constituent elements should be, load `compile.el’ and then type C-h v compilation-error-regexp-alist RET to see the current value. A good idea is to look at `compile.el’ itself as the comments included for this variable are quite useful–the regular expressions required for your compiler’s output may be very close to one already provided.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123