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

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

Re: Copy/iSearch/Occur on folded outline view?


From: Bastien
Subject: Re: Copy/iSearch/Occur on folded outline view?
Date: Mon, 04 Feb 2013 22:00:50 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Thorsten Jolitz <tjolitz@googlemail.com> writes:

> sometimes I would like to copy parts of a (partly) folded outline view,
> or do some searching (isearch, occur) only on the visible headlines. Is
> there a way to make these commands act only on the visible parts of the
> folded buffer?

For isearch, you have `search-invisible':

,----
| Its value is open
| 
| Documentation:
| If t incremental search 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'.)
| See also `reveal-mode' if you want overlays to automatically be opened
| whenever point is in one of them.
`----

HTH,

-- 
 Bastien



reply via email to

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