/[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.253 by rms, Sat Apr 6 15:57:38 2002 UTC revision 1.254 by rms, Fri May 10 01:00:07 2002 UTC
# Line 363  of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"? Line 363  of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?
363      (".*\"\\([^,\" \n\t]+\\)\", lines? \      (".*\"\\([^,\" \n\t]+\\)\", lines? \
364  \\([0-9]+\\)\\([\(.]\\([0-9]+\\)\)?\\)?[:., (-]" 1 2 4)  \\([0-9]+\\)\\([\(.]\\([0-9]+\\)\)?\\)?[:., (-]" 1 2 4)
365    
366        ;; Python:
367        ;;  File "foobar.py", line 5, blah blah
368       ("^File \"\\([^,\" \n\t]+\\)\", line \\([0-9]+\\)," 1 2)
369    
370      ;; Caml compiler:      ;; Caml compiler:
371      ;;  File "foobar.ml", lines 5-8, characters 20-155: blah blah      ;;  File "foobar.ml", lines 5-8, characters 20-155: blah blah
372     ("^File \"\\([^,\" \n\t]+\\)\", lines? \\([0-9]+\\)[-0-9]*, characters? \\([0-9]+\\)" 1 2 3)     ("^File \"\\([^,\" \n\t]+\\)\", lines? \\([0-9]+\\)[-0-9]*, characters? \\([0-9]+\\)" 1 2 3)

Legend:
Removed from v.1.253  
changed lines
  Added in v.1.254

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