[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Jumping between highlighted regexps
From: |
Drew Adams |
Subject: |
RE: Jumping between highlighted regexps |
Date: |
Fri, 16 Mar 2007 11:53:36 -0700 |
> > I would like to know if there is a way to jump between regexps that
> > are highlighted using 'M-x highlight-regexp'
>
> How about using `occur'? `next-error' and `previous-error' work as
> expected.
You can also use `C-M-s' (followed by repeated `C-s'), with lazy search
highlighting. If you want to keep the highlighting after searching, set
`isearch-lazy-highlight-cleanup' to nil.