.emacs-my
changeset 33 70157d4d678d
parent 32 3bb9effaa2c1
child 34 075552143886
--- a/.emacs-my	Wed May 07 10:18:19 2008 +0300
+++ b/.emacs-my	Mon May 12 14:21:00 2008 +0300
@@ -691,6 +691,8 @@
 (require 'compile)
 (add-to-list 'compilation-error-regexp-alist-alist '(nant "^\\( +\\[csc\\] \\|\\)\\(.*\\)(\\([0-9]*\\),\\([0-9]*\\)):" 2 3 4))
 (add-to-list 'compilation-error-regexp-alist 'nant)
+(add-to-list 'compilation-error-regexp-alist-alist '(msvc "^ *\\(.*\\)(\\([0-9]*\\)) +:" 1 2))
+(add-to-list 'compilation-error-regexp-alist 'msvc)
 (add-to-list 'compilation-mode-font-lock-keywords '("\\(/[Oo][Uu][Tt]:[^ 	]+\\)" . 1))
 (add-to-list 'compilation-mode-font-lock-keywords '("[ 	]\\(/F[oe][^ 	]+\\)" . 1))