comparison etc/NEWS @ 56885:3171d2f5b945

New option `grep-highlight-matches'.
author Juri Linkov <juri@jurta.org>
date Thu, 02 Sep 2004 16:39:19 +0000
parents 4aafe90c2bb0
children 65fd19d77d19
comparison
equal deleted inserted replaced
56884:69c4e722e542 56885:3171d2f5b945
1876 1876
1877 *** The new variables `grep-window-height', `grep-auto-highlight', and 1877 *** The new variables `grep-window-height', `grep-auto-highlight', and
1878 `grep-scroll-output' can be used to override the corresponding 1878 `grep-scroll-output' can be used to override the corresponding
1879 compilation mode settings for grep commands. 1879 compilation mode settings for grep commands.
1880 1880
1881 *** Source line is temporarily highlighted when going to next match. 1881 *** New option `grep-highlight-matches' highlightes matches in *grep*
1882 buffer. It uses a special feature of some grep programs which accept
1883 --color option to output markers around matches. When going to the next
1884 match with `next-error' the exact match is highlighted in the source
1885 buffer. Otherwise, if `grep-highlight-matches' is nil, the whole
1886 source line is highlighted.
1882 1887
1883 *** New key bindings in grep output window: 1888 *** New key bindings in grep output window:
1884 SPC and DEL scrolls window up and down. C-n and C-p moves to next and 1889 SPC and DEL scrolls window up and down. C-n and C-p moves to next and
1885 previous match in the grep window. RET jumps to the source line of 1890 previous match in the grep window. RET jumps to the source line of
1886 the current match. `n' and `p' shows next and previous match in 1891 the current match. `n' and `p' shows next and previous match in