[6542] in Athena Bugs
Emacs compile mode for Decstation does not parse errors properly
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed Dec 5 16:46:31 1990
From: epeisach@ATHENA.MIT.EDU
Date: Wed, 5 Dec 90 16:13:48 -0500
To: bugs@ATHENA.MIT.EDU
Errors are of the form:
ccom: Error: packet.c, line 82: member of structure or union required
Fixed version: (compare to one in site-init.el)
(defvar compilation-error-regexp
"\\([^ :\n]+\\(: *\\|\\(Error: .*\\)*, line \\|(\\)[0-9]+\\)\\|\\([0-9]+ *of *[^ \n]+\\)\\|\\(\"[^ \n]+\",L[0-9]+\\)"
"Regular expression for filename/linenumber in error in compilation log.")