From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David O'Toole" Subject: Common Lisp / SLIME support for babel Date: Fri, 30 Jul 2010 23:08:28 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=55342 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Of2R5-0002X6-MX for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 23:08:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Of2R4-0002Ni-EA for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 23:08:31 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:36738) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Of2R4-0002Na-8f for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 23:08:30 -0400 Received: by wwi14 with SMTP id 14so1703217wwi.30 for ; Fri, 30 Jul 2010 20:08:28 -0700 (PDT) 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: emacs-orgmode Mailinglist Hi, I've updated my proposed ob-lisp module for the new API. I am now using org updated from git head. http://github.com/dto/org-babel-lisp Despite having the ob-template.el and ob-clojure modules, I'm still stuck making sessions work properly. Executing successive statements with an already-open SLIME session works (testing with SBCL and latest SLIME) but it doesn't update the *inferior-lisp* buffer the way I would like, hangs emacs, and also results in weird errors about "asynchronous evaluation aborted". The tangling works since it is language-agnostic, and the tangling is 95% of what i need. But I would love to be able to execute blocks dynamically without the glitches I have now. Perhaps someone more familiar with org and slime could help? I feel like I've run out of ideas. Thanks everyone. By the way, I am still working on my DAM (digital asset management) litprog ideas, inspired by org-babel. The current version of my proposal document with some ideas: http://github.com/dto/hypo/raw/master/hypo.org An example, working on a game's code using org-babel literate tools: http://github.com/dto/xe2/raw/master/void/void.org