/[emacs]/emacs/lisp/progmodes/compile.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/compile.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.244 by rms, Wed Nov 14 04:23:45 2001 UTC revision 1.245 by miles, Thu Dec 6 15:24:09 2001 UTC
# Line 357  of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"? Line 357  of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?
357      ;; cf90-113 f90comp: ERROR NSE, File = Hoved.f90, Line = 16, Column = 3      ;; cf90-113 f90comp: ERROR NSE, File = Hoved.f90, Line = 16, Column = 3
358      (".* ERROR [a-zA-Z0-9 ]+, File = \\(.+\\), Line = \\([0-9]+\\), Column = \\([0-9]+\\)"      (".* ERROR [a-zA-Z0-9 ]+, File = \\(.+\\), Line = \\([0-9]+\\), Column = \\([0-9]+\\)"
359       1 2 3)       1 2 3)
360    
361        ;; RXP - GPL XML validator at http://www.cogsci.ed.ac.uk/~richard/rxp.html:
362        ;; Error: Mismatched end tag: expected </geroup>, got </group>
363        ;; in unnamed entity at line 71 char 8 of file:///home/reto/test/group.xml
364        ("Error:.*\n.* line \\([0-9]+\\) char \\([0-9]+\\) of file://\\(.+\\)"
365         3 1 2)
366        ;; Warning: Start tag for undeclared element geroup
367        ;; in unnamed entity at line 4 char 8 of file:///home/reto/test/group.xml
368        ("Warning:.*\n.* line \\([0-9]+\\) char \\([0-9]+\\) of file://\\(.+\\)"
369         3 1 2)
370      )      )
371    
372    "Alist that specifies how to match errors in compiler output.    "Alist that specifies how to match errors in compiler output.

Legend:
Removed from v.1.244  
changed lines
  Added in v.1.245

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26