From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Release 6.28 Date: Thu, 25 Jun 2009 18:15:24 +0200 Message-ID: <87skho2stf.fsf@bzg.ath.cx> References: <697A2093-E226-4AD6-B7DE-21A2DA8208A6@gmail.com> <87r5x8fo1u.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 1MJrbw-0000xB-IF for emacs-orgmode@gnu.org; Thu, 25 Jun 2009 12:15:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJrbr-0000uI-BG for emacs-orgmode@gnu.org; Thu, 25 Jun 2009 12:15:39 -0400 Received: from [199.232.76.173] (port=55481 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJrbr-0000uC-30 for emacs-orgmode@gnu.org; Thu, 25 Jun 2009 12:15:35 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:25889) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJrbq-0008CA-PH for emacs-orgmode@gnu.org; Thu, 25 Jun 2009 12:15:34 -0400 Received: by fg-out-1718.google.com with SMTP id l26so475023fgb.7 for ; Thu, 25 Jun 2009 09:15:32 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Thu, 25 Jun 2009 16:24:14 +0200") 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: Carsten Dominik Cc: emacs-orgmode Mailinglist Carsten Dominik writes: >> I'm a bit disoriented with the new keybinding for `s' -- I got used >> to it the same way I'm used to `C-x C-s'. > > This is why `C-x C-s' seems to me the perfect key for this. I was not aware `C-x C-s' is also available from the agenda, great. > You know, I have been agonizing over these bindings, > switching them back and forward. Obviously, I would like > to have things like in dired and similar programs. > > I don't want to switch `d' to `D', no way. One of the consistent things > in the agenda keymap is that caleandar/diary related keys are upper > case. `d' and `w' are not negotiable. What about having those dired-like keys with a modifier? M-d: mark for deletion M-m: mark for operation M-u: unmark this entry M-x: operate on marked entries M-D: delete marked entries M-U: unmark all This way, no need to change anything from the current keybindings just add these new ones. Having a modifier is also safer for M-x and reflect the fact that we are in a special operating mode in the agenda... (By no means I want to be fussy about the current keybindings, it just I thought it was worth discussing this before we got used to the default keybindings.) -- Bastien