help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scrolling text erases the search highlight


From: Deniz Dogan
Subject: Re: Scrolling text erases the search highlight
Date: Tue, 13 Jul 2010 09:14:22 +0200

2010/7/12 Qiang Guo <mcknight0219@gmail.com>:
>
> You may want to check variable 'isearch-allow-scroll'
>
>

This is a good suggestion. But you may also want to know about "M-s o".

M-s o runs the command occur, which is an interactive compiled Lisp
function in `replace.el'.

It is bound to M-s o.

(occur REGEXP &optional NLINES)

Show all lines in the current buffer containing a match for REGEXP.
This function can not handle matches that span more than one line.

-- 
Deniz Dogan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]