From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gauland Subject: Re: [PATCH] Emacs Org Babel Scheme (Geiser) support Date: Tue, 6 Aug 2013 23:32:20 +0000 (UTC) Message-ID: References: <20130805230019.48F5FA4A@fruiteater.riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6qkG-0004E2-N9 for emacs-orgmode@gnu.org; Tue, 06 Aug 2013 19:32:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6qk9-0003Ez-E3 for emacs-orgmode@gnu.org; Tue, 06 Aug 2013 19:32:52 -0400 Received: from plane.gmane.org ([80.91.229.3]:42080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6qk9-0003Et-7N for emacs-orgmode@gnu.org; Tue, 06 Aug 2013 19:32:45 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V6qk3-0003j0-Hb for emacs-orgmode@gnu.org; Wed, 07 Aug 2013 01:32:44 +0200 Received: from 218-101-54-25.trimble.co.nz ([218.101.54.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Aug 2013 01:32:39 +0200 Received: from mikelygee by 218-101-54-25.trimble.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Aug 2013 01:32:39 +0200 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: emacs-orgmode@gnu.org Thanks for such a well-written, well-documented, and most of all useful contribution! Definitely a big improvement over my initial implementation. I've applied the patch to my system, but I'm having trouble getting it to work--I'm not getting any results. For example, this block: #+BEGIN_SRC scheme (display "This is the output") "This is the value" #+END_SRC Returns nil, whether I'm asking for output or value. I'm running emacs 23.4.1 on Debian wheezy, with Geiser 3.0. Could you send me a copy of your ob-scheme.el to help me track this down? Kind Regards, Mike