author | Oleksander Gavenko <gavenko_a@3g.ua> |
Fri, 18 Apr 2008 00:06:52 +0300 | |
changeset 24 | 0ff6c3619d02 |
parent 23 | 43a764968d14 |
child 25 | e67fed7ec1f2 |
--- a/.emacs Fri Apr 18 00:06:51 2008 +0300 +++ b/.emacs Fri Apr 18 00:06:52 2008 +0300 @@ -694,6 +694,10 @@ ;; asm (setq-default asm-comment-char 0) +;; My funny error messages. +(require 'compile) +(add-to-list 'compilation-error-regexp-alist-alist '(nant "\\(.*\\)(\\([0-9]*\\),\\([0-9]*\\))" 1 2 3)) +(add-to-list 'compilation-error-regexp-alist 'nant) ;; ---------------------------------------------------------------------- ;; LISP