emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Thu, 09 May 2002 21:00:07 -0400

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.253 
emacs/lisp/progmodes/compile.el:1.254
*** emacs/lisp/progmodes/compile.el:1.253       Sat Apr  6 10:57:38 2002
--- emacs/lisp/progmodes/compile.el     Thu May  9 21:00:07 2002
***************
*** 363,368 ****
--- 363,372 ----
      (".*\"\\([^,\" \n\t]+\\)\", lines? \
  \\([0-9]+\\)\\([\(.]\\([0-9]+\\)\)?\\)?[:., (-]" 1 2 4)
  
+     ;; Python:
+     ;;  File "foobar.py", line 5, blah blah
+    ("^File \"\\([^,\" \n\t]+\\)\", line \\([0-9]+\\)," 1 2)
+ 
      ;; Caml compiler:
      ;;  File "foobar.ml", lines 5-8, characters 20-155: blah blah
     ("^File \"\\([^,\" \n\t]+\\)\", lines? \\([0-9]+\\)[-0-9]*, characters? 
\\([0-9]+\\)" 1 2 3)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]