From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Copy/iSearch/Occur on folded outline view? Date: Tue, 5 Feb 2013 22:33:07 -0800 Message-ID: <7B8FEE3403FC47C5BFA33D0F7A2E9ABD@us.oracle.com> References: <87obg0e7gg.fsf@googlemail.com> <87y5f37q0t.fsf@bzg.ath.cx><876226tt19.fsf@web.de> <87r4kuquhm.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1360132581 31677 80.91.229.3 (6 Feb 2013 06:36:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2013 06:36:21 +0000 (UTC) To: "'Thorsten Jolitz'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 06 07:36:42 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 1U2ycb-0005Sj-O8 for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Feb 2013 07:36:41 +0100 Original-Received: from localhost ([::1]:37138 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2ycJ-0006yU-1D for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Feb 2013 01:36:23 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:51195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2yaO-0006hJ-BX for help-gnu-emacs@gnu.org; Wed, 06 Feb 2013 01:36:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U2yZK-0008G0-Kl for help-gnu-emacs@gnu.org; Wed, 06 Feb 2013 01:34:24 -0500 Original-Received: from userp1040.oracle.com ([156.151.31.81]:28137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2yZK-0008Fr-ET for help-gnu-emacs@gnu.org; Wed, 06 Feb 2013 01:33:18 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r166XD2Z032122 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 6 Feb 2013 06:33:14 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r166XDDB005998 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 6 Feb 2013 06:33:13 GMT Original-Received: from abhmt105.oracle.com (abhmt105.oracle.com [141.146.116.57]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r166XDXq026541; Wed, 6 Feb 2013 00:33:13 -0600 Original-Received: from dradamslap1 (/10.159.229.67) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 05 Feb 2013 22:33:13 -0800 X-Mailer: Microsoft Office Outlook 11 Thread-Index: Ac4D7ip5Nh4lsfRLSd2FtDAkV3A3mQARJs1g X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 In-Reply-To: <87r4kuquhm.fsf@gmail.com> X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 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:88982 Archived-At: > > 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. FYI, Isearch+ also provides toggle key `C-+' for this. However, unlike Michael's suggestion, it does not cycle among `t', `nil', and `open'. Instead, it toggles between `nil' and whichever of `t' and `open' you prefer (see option `search-invisible'). http://www.emacswiki.org/cgi-bin/wiki/IsearchPlus