Group: gnu.emacs.help · Group Profile · Search for Warnin in gnu.emacs.help
Author: rustom
Date: Sep 20, 2008 07:32
...)) ;; Store iar-avr regexp into compilation-error-regexp-alist-alist variable (setq compilation-error-regexp-alist-alist    (cons '(iar-avr        "^\\(?:.*\\\\\\)\\(.*\\)(\\([0-9]+\\)) : \\(?:Error\\|Warnin\\(g\\)\\)\\[Pe[0-9]+\\]:"        1 2 nil (3)) compilation-error-regexp-alist-alist)) It works all right, but when I start customize and try to customize ...
|