Moonfire Games

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Mono 1.1.9 and Emacs  (Read 2959 times)

D. Moonfire

  • Divinity +N
  • 300 point character
  • *****
  • Status: 0
  • Posts: 309
    • View Profile
    • WWW
Mono 1.1.9 and Emacs
« on: September 12, 2005, 08:20:00 AM »
The new version of Mono (1.1.9) changes the error message format around a little. This is the code I put in my .emacs file to get Emacs to understand that error message:

(require 'compile)
(add-to-list 'compilation-error-regexp-alist
        '("\\(.+\\)(\\([0-9]+\\),\\([0-9]+\\)): \\(error\\|warning\\) CS[0-9]+:" 1 2 3))
Logged
Pages: [1]   Go Up
« previous next »