From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: Re: babel scheme not working Date: Thu, 28 May 2015 13:49:10 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2bd2a134ddf051727fac8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yy1ve-0000mE-AN for emacs-orgmode@gnu.org; Thu, 28 May 2015 13:49:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yy1vb-0007BT-6K for emacs-orgmode@gnu.org; Thu, 28 May 2015 13:49:14 -0400 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]:35473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yy1vb-0007BC-07 for emacs-orgmode@gnu.org; Thu, 28 May 2015 13:49:11 -0400 Received: by pacwv17 with SMTP id wv17so28677869pac.2 for ; Thu, 28 May 2015 10:49:10 -0700 (PDT) In-Reply-To: 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 --001a11c2bd2a134ddf051727fac8 Content-Type: text/plain; charset=UTF-8 . . . installed geiser via elpa -- and got some functionality. Although a simple thing like #+BEGIN_SRC scheme (define (mydouble x) (+ x x)) #+END_SRC doesn't seem to remember from one block to the next. So, after defining the code above #+BEGIN_SRC scheme (mydouble 5) #+END_SRC gives an error, while #+BEGIN_SRC scheme (define (mysquare x) (* x x)) (mysquare 5) #+END_SRC #+RESULTS: : 25 works. Any way to have it remember like a REPL does? --001a11c2bd2a134ddf051727fac8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
. . . installed geiser via elpa -- and got some functional= ity. Although a simple thing like=C2=A0

#+BEGIN_SRC= scheme
(define (mydouble x)
(+ x x)) =C2=A0
= =C2=A0 #+END_SRC

doesn't seem to remembe= r from one block to the next. So, after defining the code above
<= br>
#+BEGIN_SRC scheme
(mydouble 5)
=C2= =A0#+END_SRC

gives an error, while=C2=A0
=

=C2=A0#+BEGIN_SRC scheme
(define (mysqua= re x)
=C2=A0 (* x x))
(mysquare 5)
=C2=A0#+EN= D_SRC

=C2=A0 #+RESULTS:
=C2=A0 : 25<= /div>

works. Any way to have it remember like a RE= PL does?





--001a11c2bd2a134ddf051727fac8--