/[emacs]/emacs/lisp/progmodes/grep.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/grep.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3.2.6 by miles, Tue Jul 6 09:31:24 2004 UTC revision 1.3.2.7 by miles, Tue Jul 6 10:17:18 2004 UTC
# Line 216  Notice that using \\[next-error] or \\[c Line 216  Notice that using \\[next-error] or \\[c
216  `complation-last-buffer' rather than `grep-last-buffer'.")  `complation-last-buffer' rather than `grep-last-buffer'.")
217    
218  (defvar grep-regexp-alist  (defvar grep-regexp-alist
219    '(("^\\(.+?\\)[:( \t]+\\([0-9]+\\)[:) \t]" 1 2)    '(("^\\(.+?\\)[:( \t]+\\([0-9]+\\)\\([:) \t]\\)\\(?:\\([0-9]+\\)\\(?:-\\([0-9]+\\)\\)?\\3\\)?" 1 2 (4 . 5))
220      ("^Binary file \\(.+\\) matches$" 1 nil nil 1))      ("^Binary file \\(.+\\) matches$" 1 nil nil 1))
221    "Regexp used to match grep hits.  See `compilation-error-regexp-alist'.")    "Regexp used to match grep hits.  See `compilation-error-regexp-alist'.")
222    

Legend:
Removed from v.1.3.2.6  
changed lines
  Added in v.1.3.2.7

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