emacsxemacs

How do I customize Emacs compile output parsing?


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


Solution

  • 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