summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2004-09-02 16:40:38 +0000
committerJuri Linkov <juri@jurta.org>2004-09-02 16:40:38 +0000
commitf02069102bdac8ff32609518de0d48c0861cad0c (patch)
tree215867f1a6bc1a8c4e1c0953cc16a14c23f0a99e /etc
parentcc3064a5e99d3aa5bebb1713a1a275e67c0c33c1 (diff)
downloademacs-f02069102bdac8ff32609518de0d48c0861cad0c.tar.gz
New option `grep-highlight-matches'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ec00bb58f4f..5b5d897adf8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1878,7 +1878,12 @@ in new face `next-error'.
`grep-scroll-output' can be used to override the corresponding
compilation mode settings for grep commands.
-*** Source line is temporarily highlighted when going to next match.
+*** New option `grep-highlight-matches' highlightes matches in *grep*
+buffer. It uses a special feature of some grep programs which accept
+--color option to output markers around matches. When going to the next
+match with `next-error' the exact match is highlighted in the source
+buffer. Otherwise, if `grep-highlight-matches' is nil, the whole
+source line is highlighted.
*** New key bindings in grep output window:
SPC and DEL scrolls window up and down. C-n and C-p moves to next and