Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!asuvax!ncar!boulder!grunwald From: grunwald@foobar.colorado.edu (Dirk Grunwald) Newsgroups: gnu.emacs Subject: Re: Parsing of compiler error messages. Message-ID: <15825@boulder.Colorado.EDU> Date: 18 Jan 90 17:31:18 GMT References: <9565@batcomputer.tn.cornell.edu> Sender: news@boulder.Colorado.EDU Reply-To: grunwald@foobar.colorado.edu Organization: University of Colorado at Boulder Lines: 9 In-reply-to: lijewski@batcomputer.tn.cornell.edu's message of 18 Jan 90 16:40:25 GMT from compile.el ---------- ;; The filename excludes colons to avoid confusion when error message ;; starts with digits. (defvar compilation-error-regexp "\\([^ :\n]+\\(: *\\|, line \\|(\\)[0-9]+\\)\\|\\([0-9]+ *of *[^ \n]+\\)" "Regular expression for filename/linenumber in error in compilation log.")