On 2015-03-20 at 13:53, Samuel Wales <samolog...@gmail.com> wrote: > hmm: > > === > search-invisible is a variable defined in `isearch.el'. > Its value is open > > Documentation: > If t incremental search/query-replace can match hidden text. > A nil value means don't match invisible text. > When the value is `open', if the text matched is made invisible by > an overlay having an `invisible' property and that overlay has a property > `isearch-open-invisible', then incremental search will show the contents. > (This applies when using `outline.el' and `hideshow.el'.) > ... > ===
Note that setting search-invisible to t means that collapsed segments no longer expand. -k.