that some versions of grep produce.
(grep-mode-font-lock-keywords): Likewise.
+2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
+ that some versions of grep produce.
+ (grep-mode-font-lock-keywords): Likewise.
+
2005-02-09 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-location-list): New variable.
'(("^\\(.+?\\)[: \t]+\
\\([0-9]+\\)\\([.:]?\\)\\([0-9]+\\)?\
\\(?:-\\(?:\\([0-9]+\\)\\3\\)?\\.?\\([0-9]+\\)?\\)?[: \t]" 1 (2 . 5) (4 . 6))
- ("^\\(.+?\\)[:(]+\\([0-9]+\\)\\([:)]\\).*?\\(\033\\[01;41m\\)\\(.*?\\)\\(\033\\[00m\\)"
+ ("^\\(.+?\\)[:(]+\\([0-9]+\\)\\([:)]\\).*?\\(\033\\[01;41m\\)\\(.*?\\)\\(\033\\[00m\\(\033\\[K\\)?\\)"
1 2
;; Calculate column positions (beg . end) of first grep match on a line
((lambda ()
(1 compilation-warning-face)
(2 compilation-line-face))
;; Highlight grep matches and delete markers
- ("\\(\033\\[01;41m\\)\\(.*?\\)\\(\033\\[00m\\)"
+ ("\\(\033\\[01;41m\\)\\(.*?\\)\\(\033\\[00m\\(\033\\[K\\)?\\)"
(2 grep-match-face)
((lambda (p))
(progn