From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: revealing context in org-occur-in-agenda-files Date: Wed, 23 Jan 2008 11:08:16 +0000 Message-ID: <20080123110816.GU18716@atlantic.linksys.moosehall> References: <20080123101947.GS18716@atlantic.linksys.moosehall> <092A5A20-00B3-4488-B4CA-281715BCE7A3@science.uva.nl> Reply-To: Adam Spiers 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 1JHdSt-0001iQ-Rf for emacs-orgmode@gnu.org; Wed, 23 Jan 2008 06:08:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHdSs-0001fx-Ni for emacs-orgmode@gnu.org; Wed, 23 Jan 2008 06:08:19 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHdSs-0001fj-EH for emacs-orgmode@gnu.org; Wed, 23 Jan 2008 06:08:18 -0500 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JHdSs-0002JH-0b for emacs-orgmode@gnu.org; Wed, 23 Jan 2008 06:08:18 -0500 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id m0NB8HGA001793 for ; Wed, 23 Jan 2008 05:08:17 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m0NB8G6M001786 for emacs-orgmode@gnu.org; Wed, 23 Jan 2008 11:08:16 GMT Content-Disposition: inline In-Reply-To: <092A5A20-00B3-4488-B4CA-281715BCE7A3@science.uva.nl> 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: org-mode mailing list On Wed, Jan 23, 2008 at 11:52:39AM +0100, Carsten Dominik wrote: > The same problem exists with normal `M-x occur'. > > Fixing this would require advising a number of occur functions. Ah of course, I hadn't twigged that it just uses occur-mode. > Maybe it is better to to define a new hook for the occur commands > that we then can use for this. I'll look into it. Very likely > this will work in 5.20, but it will require a fresh CVS Emacs. I'd rather have the advice to save switching to CVS emacs on all my computers, but then I'm selfish ;-) Thanks a lot whichever you choose.