From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.help Subject: Re: Copy/iSearch/Occur on folded outline view? Date: Tue, 05 Feb 2013 23:13:57 +0100 Message-ID: <87r4kuquhm.fsf@gmail.com> References: <87obg0e7gg.fsf@googlemail.com> <87y5f37q0t.fsf@bzg.ath.cx> <876226tt19.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1360102470 18640 80.91.229.3 (5 Feb 2013 22:14:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Feb 2013 22:14:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 05 23:14:51 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U2qmw-0005VF-KI for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Feb 2013 23:14:50 +0100 Original-Received: from localhost ([::1]:40942 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2qmd-0007Yg-Qn for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Feb 2013 17:14:31 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:51310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2qmW-0007UF-Bv for help-gnu-emacs@gnu.org; Tue, 05 Feb 2013 17:14:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U2qmV-0003FU-0h for help-gnu-emacs@gnu.org; Tue, 05 Feb 2013 17:14:24 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:39044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2qmU-0003FH-R2 for help-gnu-emacs@gnu.org; Tue, 05 Feb 2013 17:14:22 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U2qml-0005Mg-5K for help-gnu-emacs@gnu.org; Tue, 05 Feb 2013 23:14:39 +0100 Original-Received: from g231109188.adsl.alicedsl.de ([92.231.109.188]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Feb 2013 23:14:39 +0100 Original-Received: from tjolitz by g231109188.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Feb 2013 23:14:39 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231109188.adsl.alicedsl.de User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:Hz4WyIWP5cKzntf+ane1hi8xYlU= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88976 Archived-At: Michael Heerdegen writes: > You may also consider to define an toggle command for > `search-invisible', and bind it in `isearch-mode-map' very nice, thank you, I had to install cl-lib first, but then it works like a charm, very helpfull when even the collapsed headlines (3 levels) of your .emacs are some 260 lines. The keybinding does not work though, M-i keeps bound to ,-------------------- | It is bound to M-i. | (tab-to-tab-stop) `-------------------- after evaluating your code. And when I toggle back from isearch-invisible to isearch, big parts of the buffer turn pink, but that might be totally unrelated and just a side-effect of some other configuration. -- cheers, Thorsten