From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Hannon Subject: Re: [PATCH] org.el: Added a new interactive function which inserts a code block Date: Tue, 8 May 2012 15:19:10 -0700 (PDT) Message-ID: <1336515550.55656.YahooMailNeo@web161901.mail.bf1.yahoo.com> References: <20120508211909.7e532ba3@asmara> <87r4uuh6ee.fsf@gmx.com> <87d36e76d1.fsf@gnu.org> Reply-To: Michael Hannon Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRskU-0002zS-RZ for emacs-orgmode@gnu.org; Tue, 08 May 2012 18:19:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRskS-00061H-UI for emacs-orgmode@gnu.org; Tue, 08 May 2012 18:19:14 -0400 Received: from nm37-vm7.bullet.mail.bf1.yahoo.com ([72.30.238.207]:20117) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SRskS-00060z-Lk for emacs-orgmode@gnu.org; Tue, 08 May 2012 18:19:12 -0400 In-Reply-To: <87d36e76d1.fsf@gnu.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien , Eric Schulte Cc: "emacs-orgmode@gnu.org" =0A=0A Bastien wrote:=0A=0A=0A> Eric Schulte writes:=0A> =0A>> Have you tried typing " I insert=0A>> code blocks, as well as > =0A>> That said your function does more than the > limits the languages to those which are suppo= rted.=C2=A0 If others think this=0A>> is generally useful I'd be happy to = add it to ob.el.=0A> =0A> Don't we have this already?=0A> =0A> =0A> inserts=0A> =0A> #+begin_src =0A> =0A> and offers completion over= =CC=80org-babel-load-languages' (see=0A> `pcomplete/org-mode/block-option/= src' in org-pcomplete.el)=0A> =0A> This spares us new keybindings :)=C2=A0 = =0A=0AThat's very cool.=C2=A0 I wasn't aware of that.=C2=A0 I notice that o= n my system the completion list does not include "cpp", which is indeed acc= epted and processed correctly.=0A=0A-- Mike