From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Scheme code block gives false error message Date: Tue, 15 Sep 2015 00:48:39 -0400 Message-ID: <87d1xkgue0.fsf@pierrot.dokosmarshall.org> References: <877fnuj2q4.fsf@pierrot.dokosmarshall.org> <87y4gagkxc.fsf@pierrot.dokosmarshall.org> <87twqxglwu.fsf@pierrot.dokosmarshall.org> <87lhc8gywz.fsf@pierrot.dokosmarshall.org> <87h9mwgup6.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbiAl-0002TV-Ay for emacs-orgmode@gnu.org; Tue, 15 Sep 2015 00:48:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbiAi-0007cK-5h for emacs-orgmode@gnu.org; Tue, 15 Sep 2015 00:48:51 -0400 Received: from plane.gmane.org ([80.91.229.3]:38432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbiAh-0007cG-Up for emacs-orgmode@gnu.org; Tue, 15 Sep 2015 00:48:48 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZbiAg-0006o2-OG for emacs-orgmode@gnu.org; Tue, 15 Sep 2015 06:48:46 +0200 Received: from pool-108-20-41-232.bstnma.fios.verizon.net ([108.20.41.232]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Sep 2015 06:48:46 +0200 Received: from ndokos by pool-108-20-41-232.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Sep 2015 06:48:46 +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 Nick Dokos writes: > Nick Dokos writes: > >> N.B. this is with guile: I have not tried chicken, MIT Scheme or any >> other scheme implementation. >> > > A comment on SO says that geiser (which is used by ob-scheme) > only supports guile and racket, so until that changes, chicken or MIT > Scheme won't work: > > http://stackoverflow.com/questions/26578152/use-mit-scheme-instead-of-guile-for-org-mode-code-block-evaluation Eh, I should have checked the geiser site: it says Racket 6.0 or better Guile 2.0.9 or better Chicken 4.8.0 or better are supported and there is work afoot to support scsh - no mention of MIT Scheme afaict. -- Nick