From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: feature request: scroll other window in agenda view follow mode Date: Thu, 15 Oct 2009 07:52:38 +0100 Message-ID: <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 1MyKEI-0001DU-O6 for emacs-orgmode@gnu.org; Thu, 15 Oct 2009 02:54:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MyKEE-00018j-TC for emacs-orgmode@gnu.org; Thu, 15 Oct 2009 02:54:30 -0400 Received: from [199.232.76.173] (port=57159 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyKEE-000187-LD for emacs-orgmode@gnu.org; Thu, 15 Oct 2009 02:54:26 -0400 Received: from mx20.gnu.org ([199.232.41.8]:56133) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MyKEC-0004q8-Hw for emacs-orgmode@gnu.org; Thu, 15 Oct 2009 02:54:24 -0400 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MyKE4-0007Nm-Vl for emacs-orgmode@gnu.org; Thu, 15 Oct 2009 02:54:17 -0400 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 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 (e.g. most mail user agents like rmail, wanderlust, gnus, etc.). I find myself hitting spacebar to scroll down the other window (the one with the org file view) as I would in mail tools and it does nothing. The request would be to have org-agenda-show, bound to ' ', scroll down the other window if already showing the entry. Would this be possible easily? I realise that I could simply type M-C-v but it would be nice to have consistency with other emacs tools. I have tried mapping the spacebar to scroll-other-window in the agenda keymap but this does nothing because the agenda view simply re-shows the org file at the same location! Thanks, eric