From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David O'Toole" Subject: Re: [BABEL] help adding a language, please? Date: Fri, 23 Jul 2010 12:04:59 -0400 Message-ID: References: <20100722151308.17057f89@bigblessing.tville> <87eieuw5ki.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=36014 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OcKkE-0008Vs-6g for emacs-orgmode@gnu.org; Fri, 23 Jul 2010 12:05:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OcKk9-0003z1-8n for emacs-orgmode@gnu.org; Fri, 23 Jul 2010 12:05:02 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:46798) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OcKk9-0003ym-2I for emacs-orgmode@gnu.org; Fri, 23 Jul 2010 12:05:01 -0400 Received: by wyg36 with SMTP id 36so396245wyg.0 for ; Fri, 23 Jul 2010 09:05:00 -0700 (PDT) In-Reply-To: <87eieuw5ki.fsf@gmail.com> 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: scrawler@gmail.com, Org Mode Ah, this is great! Thanks Eric :) and I will keep everyone updated on my progress with the wacky "hypermedia programming" thing i've been working on. Really what it boils down to is Common Lisp support for babel, and an add-on module that brings attachments and other data into the mix. It's a combination paper/tutorial/elisp library bundled into one file. The rough draft in progress is here, if anyone is interested in peeking: http://github.com/dto/hypo/raw/master/hypo.org On Fri, Jul 23, 2010 at 12:01 PM, Eric Schulte wro= te: > Hi David, > > The instructions currently live at > http://orgmode.org/worg/org-contrib/babel/languages.php#develop > > The bulk of the information is contained in the documentation strings > and the comments of the ob-template.el file (linked to from the above). > > It should be fairly complete, but please let me know if you see any > avenues of improvement. > > -- Eric > > "David O'Toole" writes: > >> Is there an instruction manual documenting how the new org-babel >> language extensions should work? This would really be helpful, because >> I had trouble figuring out how to make sessions work in the pre-7.0 >> api (i'm adding Common Lisp support.) Documenting for how a language >> extension is supposed to behave, would be great. >> >> On Thu, Jul 22, 2010 at 4:13 PM, =A0 wrote: >>> Hi guys, >>> >>> Org-mode newbie, here. =A0I'd like to add newlisp to the list >>> of languages that babel supports. =A0I got ob-template.el and >>> replaced all =A0occurrences of "template" with "newlisp." >>> >>> When I try to execute a code block, it fails, looking for >>> "inf-newlisp." =A0That's "inferior-mode," right? =A0Can I work >>> around that somehow? =A0There is a newlisp mode available >>> here: >>> http://github.com/may/newlisp-mode >>> I'm running Org-mode 7.01. >>> >>> Org-mode is great! =A0I sure hope you guys are tolerant of >>> stupid questions, because I've got a bunch of them. >>> :-) >>> >>> -- >>> signature riding a horse: "clopclopclopclop" >>> -tom >>> >>> _______________________________________________ >>> Emacs-orgmode mailing list >>> Please use `Reply All' to send replies to the list. >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >