From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Speed commands (was: Release 6.33) Date: Fri, 13 Nov 2009 20:30:09 +0100 Message-ID: <78C217F4-D3EA-46BA-A237-CA0E54216D5E@uva.nl> References: <87aayqfh8a.wl%ucecesf@ucl.ac.uk> <8D1991FE-E04A-41DF-8919-C72E4EA9AFF1@uva.nl> <4AFDB0AB.9040607@cs.tu-berlin.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N91qf-0000Oj-F7 for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 14:30:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N91qa-0000L9-Va for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 14:30:21 -0500 Received: from [199.232.76.173] (port=44335 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N91qa-0000L0-Lg for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 14:30:16 -0500 Received: from pony.ic.uva.nl ([145.18.40.181]:44495) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N91qa-0001IB-A0 for emacs-orgmode@gnu.org; Fri, 13 Nov 2009 14:30:16 -0500 In-Reply-To: <4AFDB0AB.9040607@cs.tu-berlin.de> 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: Stephan Schmitt Cc: Emacs-orgmode mailing list On Nov 13, 2009, at 8:16 PM, Stephan Schmitt wrote: > Carsten Dominik wrote: >> On Nov 13, 2009, at 6:48 PM, Eric S Fraga wrote: >>> Excellent addition! This makes org-mode even /more/ usable on >>> systems >>> with very small keyboards (like smartphones etc). I'd been using >>> viper-mode to have single key movement in org-mode buffers but >>> you've >>> not only made this possible but have completely exceeded my >>> requirements through all the extra commands available (clocking in, >>> etc.). Fantastic! >> Hi Eric, >> yes, I agree that this is very useful on ttys and mobile devices. >> When you use it, please make a note when you notice additional >> commands hat would be useful in this way - the keymap is far from >> full. >> - Carsten > > ... so there are keys left to spend unique keys for the 'agenda' and > 'archive' commands ;-) In the speed map, yes, there is space, and you can add keys yourself. But I would recommend making these with confirmation query. (setq org-speed-commands-user '(("A" . (let ((org-archive-default-command 'org-archive-to-archive-sibling)) (org-archive-subtree-default-with-confirmation))))) I am happy to have a discussion what additional commands should be present by default. - Carsten