From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Andresen Subject: Re: POLL: Change of keys to move agenda through time Date: Tue, 25 Aug 2009 13:37:50 +0200 Message-ID: <87ocq4xgxd.fsf@gmail.com> References: <87skfgxn0f.fsf@gmail.com> <87vdkduo9s.fsf@bzg.ath.cx> 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 1MfuLp-0004RT-EP for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 07:38:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfuLk-0004Pt-0u for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 07:38:08 -0400 Received: from [199.232.76.173] (port=53799 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfuLi-0004Pf-1z for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 07:38:03 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:34850) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MfuLh-0007ZE-Ge for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 07:38:01 -0400 Received: by ewy7 with SMTP id 7so3192424ewy.31 for ; Tue, 25 Aug 2009 04:38:00 -0700 (PDT) In-Reply-To: <87vdkduo9s.fsf@bzg.ath.cx> (Bastien's message of "Tue, 25 Aug 2009 01:15:11 +0800") 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 Mailinglist Hey Bastien, Bastien writes: > Benjamin Andresen writes: >> But "n" and "p" are already used to move up and down entries in the >> org-agenda. >> Where would they go to then? > > C-n and C-p, like in any Emacs buffer? Sure. That's a given. But they seem to be the fallback, IMO. As Leo wrote: ibuffer, gnus, dired & others all use 'n' for next line and 'p' for previous line. And with the recent mark and unmark feature inspired by dired, doing what it does, seems intuitive as far as emacs goes. Another example I can think of: epa-list-keys uses 'n' and 'p' and 'm' and 'u' for the same things as dired and ibuffer. Basically it's the Principle Of Least Surprise. "n", "p" doing what it does now falls under it for me, based on all the other software I use. br, benny