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/flymake.el [emacs-unicode-


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el [emacs-unicode-2]
Date: Wed, 27 Oct 2004 02:06:08 -0400

Index: emacs/lisp/progmodes/flymake.el
diff -c emacs/lisp/progmodes/flymake.el:1.2.2.1 
emacs/lisp/progmodes/flymake.el:1.2.2.2
*** emacs/lisp/progmodes/flymake.el:1.2.2.1     Mon Jun 28 07:29:41 2004
--- emacs/lisp/progmodes/flymake.el     Wed Oct 27 05:42:03 2004
***************
*** 94,100 ****
  (defun flymake-split-string(str pattern)
      (cond
        ((equal flymake-emacs 'xemacs)  
(flymake-split-string-remove-empty-edges str pattern))
!       (t                              (split-string str pattern))
      )
  )
  
--- 94,100 ----
  (defun flymake-split-string(str pattern)
      (cond
        ((equal flymake-emacs 'xemacs)  
(flymake-split-string-remove-empty-edges str pattern))
!       (t                              
(flymake-split-string-remove-empty-edges str pattern))
      )
  )
  
***************
*** 1243,1249 ****
           (" *\\(\\[javac\\]\\)? 
*\\(\\([a-zA-Z]:\\)?[^:(\t\n]+\\)\:\\([0-9]+\\)\:[ \t\n]*\\(.+\\)"
        2 4 nil 5)
        )
!      compilation-error-regexp-alist)
      "patterns for matching error/warning lines, (regexp file-idx line-idx 
err-text-idx)"
  )
  ;(defcustom flymake-err-line-patterns
--- 1243,1250 ----
           (" *\\(\\[javac\\]\\)? 
*\\(\\([a-zA-Z]:\\)?[^:(\t\n]+\\)\:\\([0-9]+\\)\:[ \t\n]*\\(.+\\)"
        2 4 nil 5)
        )
!      ;; compilation-error-regexp-alist)
!      (mapcar (lambda (x) (cdr x)) compilation-error-regexp-alist-alist)) 
      "patterns for matching error/warning lines, (regexp file-idx line-idx 
err-text-idx)"
  )
  ;(defcustom flymake-err-line-patterns




reply via email to

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