/[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.32 by dak, Sat Jan 22 15:43:55 2005 UTC revision 1.33 by dann, Tue Feb 8 16:22:25 2005 UTC
# Line 253  Notice that using \\[next-error] or \\[c Line 253  Notice that using \\[next-error] or \\[c
253    '(("^\\(.+?\\)[: \t]+\    '(("^\\(.+?\\)[: \t]+\
254  \\([0-9]+\\)\\([.:]?\\)\\([0-9]+\\)?\  \\([0-9]+\\)\\([.:]?\\)\\([0-9]+\\)?\
255  \\(?:-\\(?:\\([0-9]+\\)\\3\\)?\\.?\\([0-9]+\\)?\\)?[: \t]" 1 (2 . 5) (4 . 6))  \\(?:-\\(?:\\([0-9]+\\)\\3\\)?\\.?\\([0-9]+\\)?\\)?[: \t]" 1 (2 . 5) (4 . 6))
256      ("^\\(.+?\\)[:(]+\\([0-9]+\\)\\([:)]\\).*?\\(\033\\[01;41m\\)\\(.*?\\)\\(\033\\[00m\\)"      ("^\\(.+?\\)[:(]+\\([0-9]+\\)\\([:)]\\).*?\\(\033\\[01;41m\\)\\(.*?\\)\\(\033\\[00m\\(\033\\[K\\)?\\)"
257       1 2       1 2
258       ;; Calculate column positions (beg . end) of first grep match on a line       ;; Calculate column positions (beg . end) of first grep match on a line
259       ((lambda ()       ((lambda ()
# Line 293  Notice that using \\[next-error] or \\[c Line 293  Notice that using \\[next-error] or \\[c
293        (1 compilation-warning-face)        (1 compilation-warning-face)
294        (2 compilation-line-face))        (2 compilation-line-face))
295       ;; Highlight grep matches and delete markers       ;; Highlight grep matches and delete markers
296       ("\\(\033\\[01;41m\\)\\(.*?\\)\\(\033\\[00m\\)"       ("\\(\033\\[01;41m\\)\\(.*?\\)\\(\033\\[00m\\(\033\\[K\\)?\\)"
297        (2 grep-match-face)        (2 grep-match-face)
298        ((lambda (p))        ((lambda (p))
299         (progn         (progn

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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