From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: Set babel scheme to chicken? Date: Sat, 29 Aug 2015 22:13:07 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0158c3b2465efd051e7a81fa Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVoN4-0001Du-0j for emacs-orgmode@gnu.org; Sat, 29 Aug 2015 18:13:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZVoN3-0006uE-56 for emacs-orgmode@gnu.org; Sat, 29 Aug 2015 18:13:09 -0400 Received: from mail-lb0-x235.google.com ([2a00:1450:4010:c04::235]:34808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVoN2-0006tg-S9 for emacs-orgmode@gnu.org; Sat, 29 Aug 2015 18:13:09 -0400 Received: by lbbtg9 with SMTP id tg9so45446953lbb.1 for ; Sat, 29 Aug 2015 15:13:07 -0700 (PDT) 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 --089e0158c3b2465efd051e7a81fa Content-Type: text/plain; charset=UTF-8 I have a few schemes installed on my computer (MIT, guile, chicken), but when I run such code as this #+BEGIN_SRC scheme :session one (define (myadd x y) (+ x y)) #+END_SRC it works -- beautifully with multiple REPLs (as you name them in the :session) -- but it always grabs the guile. I'd like it to use chicken instead -- or maybe later MIT. I've got latest geiser installed as well that should handle chicken. How can I use chicken inside of orgmode scheme code blocks? Wild guess, guile is first on some list, i.e., path? babel customize didn't seem to have an entry for which flavor. LB --089e0158c3b2465efd051e7a81fa Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I have a few schemes installed on my computer (MIT, guile,= chicken), but when I run such code as this

#+BEGIN= _SRC scheme :session one
(define (myadd x y)
=C2=A0 =C2= =A0(+ x y))
#+END_SRC

it works -- = beautifully with multiple REPLs (as you name them in the :session) -- but i= t always grabs the guile. I'd like it to use chicken instead -- or mayb= e later MIT. I've got latest geiser installed as well that should handl= e chicken. How can I use chicken inside of orgmode scheme code blocks? Wild= guess, guile is first on some list, i.e., path? babel customize didn't= seem to have an entry for which flavor.

LB
<= /div> --089e0158c3b2465efd051e7a81fa--