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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el [lexbind]
Date: Thu, 28 Oct 2004 22:27:49 -0400

Index: emacs/lisp/progmodes/flymake.el
diff -c emacs/lisp/progmodes/flymake.el:1.2.4.1 
emacs/lisp/progmodes/flymake.el:1.2.4.2
*** emacs/lisp/progmodes/flymake.el:1.2.4.1     Tue Jul  6 09:31:23 2004
--- emacs/lisp/progmodes/flymake.el     Fri Oct 29 02:05:13 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]