From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: Re: Teach isearch to open invisible only if visible search failed? Date: Sun, 05 Dec 2010 07:52:56 +0100 Message-ID: <4CFB36C8.9020605@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1291532009 5105 80.91.229.12 (5 Dec 2010 06:53:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Dec 2010 06:53:29 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Leo Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 05 07:53:25 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PP8TN-0000NA-1a for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Dec 2010 07:53:25 +0100 Original-Received: from localhost ([127.0.0.1]:34579 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PP8TM-00053D-Hj for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Dec 2010 01:53:24 -0500 Original-Received: from [140.186.70.92] (port=40352 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PP8T0-00052w-Q2 for help-gnu-emacs@gnu.org; Sun, 05 Dec 2010 01:53:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PP8Sy-0007lL-34 for help-gnu-emacs@gnu.org; Sun, 05 Dec 2010 01:53:02 -0500 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:60373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PP8Sx-0007l0-Q8 for help-gnu-emacs@gnu.org; Sun, 05 Dec 2010 01:53:00 -0500 Original-Received: by bwz16 with SMTP id 16so17154163bwz.0 for ; Sat, 04 Dec 2010 22:52:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=kPXhbQDEcCslt8H1Hf+ZlOyJJzagHJ64KuzWzFzAxXo=; b=qiVhxJxQKYn6gubvzvDvZ72cxDxrzs7GrII67jLfvE+3TuT1g352uA/Rx3X3SCoDfE E1ohRo5ElZIgNuFfebL23Ilu5SxvdDGRPpm6PMasJbTEzkyN/3iOIHU6mj9kpVt6i+3R yyHk01BCQ4LJtzLDMWXP3yapk/uzakFORUkew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=m96/3q1C754wMbU2Yoi3lfOralTLWRSyLlWzy8LUdtdxCAfo4PawCvCh2wPkDvK3i0 B6ZupFV4Bo1vhEvPRawP+n32FGzX8HqaceBWzGkmp6OhH3XpkCbprU+zLBmE3vaGZjVm YFVNaxuh4kEDktR8z5nGxEv9+Nq03yfzDj12o= Original-Received: by 10.204.57.10 with SMTP id a10mr4297708bkh.66.1291531977269; Sat, 04 Dec 2010 22:52:57 -0800 (PST) Original-Received: from localhost.localdomain (pb-d-128-141-226-178.cern.ch [128.141.226.178]) by mx.google.com with ESMTPS id d27sm1773757bkw.14.2010.12.04.22.52.56 (version=SSLv3 cipher=RC4-MD5); Sat, 04 Dec 2010 22:52:56 -0800 (PST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101103 Fedora/1.0-0.33.b2pre.fc13 Lightning/1.0b3pre Thunderbird/3.1.6 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75503 Archived-At: On 05/12/10 07:41 AM, Leo wrote: > Hello all Emacsen, > > I use C-s/r for navigating around text a lot and I have found it slows > me down in large text shown in outline structure in outline or org mode > etc. So I wonder how to set up isearch so that it only opens invisible > text when search in the visible fails. I know this is not the answer you are looking for, but why don't you use sparse trees (`C-c /') and then use the usual org-mode navigation commands (the likes of `outline-previous-visible-heading' or `outline-next-visible-heading') ? -- Suvayu Open source is the future. It sets us free.