How should a progmode insert the appropriate strings into compilation-error-regexp-alist ?

Posted by Cheeso on Stack Overflow See other posts from Stack Overflow or by Cheeso
Published on 2010-02-10T21:20:03Z Indexed on 2010/04/25 13:03 UTC
Read the original article Hit count: 172

Filed under:
|

I want to modify csharp-mode.el so that it includes the appropriate error regex's (regexi?) for the .NET csc.exe compiler.

How should a well-behaved progmode do this?

© Stack Overflow or respective owner

Related posts about emacs

Related posts about c#