From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [BABEL] Speed keys Date: Sun, 05 Sep 2010 01:41:32 +0530 Message-ID: <81r5h91d6z.fsf@gmail.com> References: <814oe53co3.fsf@gmail.com> <8762yleei5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=44417 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Orz5X-00021N-EZ for emacs-orgmode@gnu.org; Sat, 04 Sep 2010 16:11:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Orz5W-0003MA-4G for emacs-orgmode@gnu.org; Sat, 04 Sep 2010 16:11:47 -0400 Received: from mail-px0-f169.google.com ([209.85.212.169]:35581) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Orz5V-0003M5-S1 for emacs-orgmode@gnu.org; Sat, 04 Sep 2010 16:11:46 -0400 Received: by pxi5 with SMTP id 5so1018999pxi.0 for ; Sat, 04 Sep 2010 13:11:45 -0700 (PDT) In-Reply-To: <8762yleei5.fsf@gmail.com> (Eric Schulte's message of "Sat, 04 Sep 2010 07:14:55 -0600") 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: Eric Schulte Cc: emacs-orgmode@gnu.org >> Is it possible Speed Keys (Refer Org Manual - Sec. 15.3) for >> Babel blocks? >> Eric> Hi Jambunathan, That sounds like a good idea. I suppose Eric> initially the speed keys should just mirror the babel key map? Exactly. As long as the cursor is on a #+begin_src (and/or #+end_src), one need not bother about typing C-c C-v. So a keypress 'n' would do what C-c C-v n would do. More importantly emerging new sequences like, C-c C-v C-x TAB could be composed as 1. Push a mark (C-SPC) [Optional] 2. Move to babel guard line using user preferred method [See my other post on the list] 3. C-x TAB One of the problems with C-c C-v prefix is that I tend to forget it if I revisit Babel say after a week's time. The reason is that I simply couldn't contrive a convenient menemonic that would make me recollect C-v. So jumping to the babel guard line and issuing the needed command is a good fall back option. Not nit picking here :-). Jambunathan K.