From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: feature request: scroll other window in agenda view follow mode Date: Tue, 20 Oct 2009 15:17:02 +0100 Message-ID: <87k4yq40bl.wl%ucecesf@ucl.ac.uk> References: <87oco9i1xl.wl%ucecesf@ucl.ac.uk> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0FWX-0005Ga-70 for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 10:17:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0FWS-0005Dj-B0 for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 10:17:16 -0400 Received: from [199.232.76.173] (port=38014 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0FWS-0005DZ-2R for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 10:17:12 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:55261) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N0FWR-00048z-MM for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 10:17:11 -0400 In-Reply-To: <87oco9i1xl.wl%ucecesf@ucl.ac.uk> From: Eric S Fraga 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 At Thu, 15 Oct 2009 07:52:38 +0100, Eric S Fraga wrote: > > Carsten, > > I wonder whether I could request a small feature addition in org-mode > (or have a pointer to already implemented functionality, of course > ;-)? > > Using the agenda view with follow mode is fantastic for complex agenda > views. What I find, however, is that I miss having a scroll other > window as implemented in many other "2 window" interfaces in Emacs Further on this. When follow mode is active, the "delete-other-windows" function doesn't really delete all other windows when point is on an item in the agenda view. Well, it does *but8 the "follow" item is automatically re-displayed. I wonder if it would be possible to have the follow more action only take place after motion in the agenda view? This would solve my other problem (mapping the space-bar to scroll-other-window). Thanks, eric