From mboxrd@z Thu Jan 1 00:00:00 1970 From: John J Foerch Subject: Re: feature related to elided text while searching Date: Wed, 13 Dec 2006 12:35:51 -0500 Message-ID: <871wn34s20.fsf@earthlink.net> References: <87psaqnxd2.fsf@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GuXw0-00082X-UK for emacs-orgmode@gnu.org; Wed, 13 Dec 2006 12:30:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GuXvz-00080Z-9V for emacs-orgmode@gnu.org; Wed, 13 Dec 2006 12:30:24 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuXvy-00080G-RB for emacs-orgmode@gnu.org; Wed, 13 Dec 2006 12:30:23 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GuXvy-0002Hb-LS for emacs-orgmode@gnu.org; Wed, 13 Dec 2006 12:30:22 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GuXvj-0001d8-JX for emacs-orgmode@gnu.org; Wed, 13 Dec 2006 18:30:07 +0100 Received: from dialup-4.159.5.69.dial1.chicago1.level3.net ([4.159.5.69]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Dec 2006 18:30:07 +0100 Received: from jjfoerch by dialup-4.159.5.69.dial1.chicago1.level3.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Dec 2006 18:30:07 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carsten Dominik writes: > This is something on my wish list. What would be needed to accomplish this > is a new hook in isearch.el which runs late enough. Currently there is no > such hook. > > What you can do is run org-reveal `C-c C-r' after the search finishes, > this may at least partially fix the problem? To show all siblings, > you will actually need C-u C-c C-r > > - Carsten > Thank you. I'll look into that. --John