From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gauland Subject: Anyone using or working on ob-scheme? Date: Thu, 22 Nov 2012 03:29:05 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbNTf-0008VV-Kz for emacs-orgmode@gnu.org; Wed, 21 Nov 2012 22:29:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbNTe-0004xD-QV for emacs-orgmode@gnu.org; Wed, 21 Nov 2012 22:29:23 -0500 Received: from plane.gmane.org ([80.91.229.3]:44156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbNTe-0004x3-Jo for emacs-orgmode@gnu.org; Wed, 21 Nov 2012 22:29:22 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TbNTl-0006Kl-Ua for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 04:29:30 +0100 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 ; Thu, 22 Nov 2012 04:29:29 +0100 Received: from mikelygee by 218-101-54-25.trimble.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Nov 2012 04:29:29 +0100 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 I've recently started playing with guile source blocks, and haven't gotten the results I expect. In particular, I've found that: + :results output only returns the first word of the output text. + :results value prompts me for a lisp expression, and returns whatever I give it. + :session generates the message "Wrong type argument: stringp, nil" + :session abc works the first time, but generates the message "Buffer name `abc' is in use" when I try to evaluate the block again. I'd like to hear from anyone who's had more success than I have, or who is working on ob-scheme.el, before I wade into the code. Kind Regards, Mike