From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.help Subject: Re: Teach isearch to open invisible only if visible search failed? Date: Sun, 05 Dec 2010 07:01:34 +0000 Message-ID: References: <4CFB36C8.9020605@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291532535 6583 80.91.229.12 (5 Dec 2010 07:02:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Dec 2010 07:02:15 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Suvayu Ali Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 05 08:02:11 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 1PP8bq-0002CL-7I for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Dec 2010 08:02:10 +0100 Original-Received: from localhost ([127.0.0.1]:57114 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PP8bp-0006mi-Mx for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Dec 2010 02:02:09 -0500 Original-Received: from [140.186.70.92] (port=59319 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PP8bQ-0006mP-CU for help-gnu-emacs@gnu.org; Sun, 05 Dec 2010 02:01:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PP8bO-0000wC-9E for help-gnu-emacs@gnu.org; Sun, 05 Dec 2010 02:01:44 -0500 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:55963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PP8bL-0000vb-Ut for help-gnu-emacs@gnu.org; Sun, 05 Dec 2010 02:01:42 -0500 Original-Received: by wwi18 with SMTP id 18so2729622wwi.0 for ; Sat, 04 Dec 2010 23:01:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=2r3+8s5gmvrEvhzisW/LL9XFJnL/+dFQvGW2sYlnS4w=; b=NvplJG1XKCx1uR+IcG/bu/GyG6cEf2cWgRMMK6oKDme0ovYvwpJIPSmUwyFCavE3jr TSBbnQmQcsc7RfQw6UmGzeke4UyNTy6deTLZN5WGQtEmNNNI6xHrH/mJmlkYA78fH8XO ycu6tIq1eemncXOi7JFmIJwJUufsRmbDK9+hM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=G5v48Z1LXsB8VK90O6MYiDC48dV930DDrW77VACclMhI04L+R8AkI9qy7T0qlgth1A lgJqQIggEyHsHwW0shzarVFG84iF92KNyaqNELfkikGmmr4WK88M0vdolSEhG8jsQ/QC I+wBmki3cYu9c78GZubqSrW9YC2sUgMCLbTeM= Original-Received: by 10.227.136.148 with SMTP id r20mr2367479wbt.99.1291532497652; Sat, 04 Dec 2010 23:01:37 -0800 (PST) Original-Received: from Victoria.local (cpc1-cmbg13-0-0-cust596.5-4.cable.virginmedia.com [86.9.122.85]) by mx.google.com with ESMTPS id 11sm2529091wbj.7.2010.12.04.23.01.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 04 Dec 2010 23:01:36 -0800 (PST) In-Reply-To: <4CFB36C8.9020605@gmail.com> (Suvayu Ali's message of "Sun, 05 Dec 2010 07:52:56 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.90 (Mac OS X 10.6.5) 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:75504 Archived-At: On 2010-12-05 06:52 +0000, Suvayu Ali wrote: > 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') ? That is org mode specific. I use org mode's fast command keys too but C-s/C-r is almost what I use elsewhere. Thanks for your reply. Leo