How should a progmode insert the appropriate strings into compilation-error-regexp-alist ?
- by Cheeso
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?