Group: gnu.emacs.help · Group Profile · Search for compilation errors in gnu.emacs.help
Author: rustom
Date: Sep 20, 2008 07:32
... messages from IAR Embedded workbench compiler so I added following lines ...-regexp-alist-alist variable (setq compilation-error-regexp-alist-alist    (cons '(iar-avr        "^\\(?:.*\\\\\\)\\(.*\\)(\\([0-9]+\\)) : \\(?:Error\\|Warnin\\(g\\)\\)\\[Pe[0-9... message disappeared but parsing of compiler messages didn't work, so I... to contain name of my compiler (iar-avr). This solved the ...
|