Mercurial > hg > xemacs-beta
comparison lisp/packages/compile.el @ 4:b82b59fe008d r19-15b3
Import from CVS: tag r19-15b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:56 +0200 |
parents | ac2d302a0011 |
children | 27bc7f280385 |
comparison
equal
deleted
inserted
replaced
3:30df88044ec6 | 4:b82b59fe008d |
---|---|
208 \\([0-9]+\\):\\(\\([0-9]+\\)[: \t]\\)?" 1 2 4) | 208 \\([0-9]+\\):\\(\\([0-9]+\\)[: \t]\\)?" 1 2 4) |
209 | 209 |
210 ;; jwz: | 210 ;; jwz: |
211 ;; IRIX 5.2 | 211 ;; IRIX 5.2 |
212 ;; cfe: Warning 712: foo.c, line 2: illegal combination of pointer and ... | 212 ;; cfe: Warning 712: foo.c, line 2: illegal combination of pointer and ... |
213 (" \\([^ \n,]+\\), line \\([0-9]+\\):" 1 2) | 213 (" \\([^ \n,\"]+\\), line \\([0-9]+\\):" 1 2) |
214 ;; IRIX 5.2 | 214 ;; IRIX 5.2 |
215 ;; cfe: Warning 600: xfe.c: 170: Not in a conditional directive while ... | 215 ;; cfe: Warning 600: xfe.c: 170: Not in a conditional directive while ... |
216 (": \\([^ \n,]+\\): \\([0-9]+\\):" 1 2) | 216 (": \\([^ \n,\"]+\\): \\([0-9]+\\):" 1 2) |
217 | 217 |
218 ;; Cray C compiler error messages | 218 ;; Cray C compiler error messages |
219 ("\n\\(cc\\| cft\\)-[0-9]+ c\\(c\\|f77\\): ERROR \\([^,\n]+, \\)* File = \\([^,\n]+\\), Line = \\([0-9]+\\)" 4 5) | 219 ("\n\\(cc\\| cft\\)-[0-9]+ c\\(c\\|f77\\): ERROR \\([^,\n]+, \\)* File = \\([^,\n]+\\), Line = \\([0-9]+\\)" 4 5) |
220 | 220 |
221 ;; IBM C/C++ Tools 2.01: | 221 ;; IBM C/C++ Tools 2.01: |