From mboxrd@z Thu Jan 1 00:00:00 1970 From: KDr2 Subject: Re: [PATCH] ob-scheme.el: Fix scheme code blocks execution error in batch mode Date: Thu, 10 Apr 2014 19:00:52 +0800 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2903ca3006f04f6ae22c4 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYCjK-0004S6-Sl for emacs-orgmode@gnu.org; Thu, 10 Apr 2014 07:01:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYCjJ-0003cN-G1 for emacs-orgmode@gnu.org; Thu, 10 Apr 2014 07:01:14 -0400 Received: from mail-ob0-x234.google.com ([2607:f8b0:4003:c01::234]:62793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYCjJ-0003c9-9Q for emacs-orgmode@gnu.org; Thu, 10 Apr 2014 07:01:13 -0400 Received: by mail-ob0-f180.google.com with SMTP id wn1so4106887obc.25 for ; Thu, 10 Apr 2014 04:01:12 -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: Oleh Cc: emacs-orgmode@gnu.org --001a11c2903ca3006f04f6ae22c4 Content-Type: text/plain; charset=ISO-8859-1 Version of geiser I installed: geiser-20140326.951, If it has been changed, it must be changed in the past 2 weeks ... On Thu, Apr 10, 2014 at 6:54 PM, Oleh wrote: > Of course it works, that's the first thing I tried. > The issue probably is that the implementation of geiser functions that > ob-scheme uses has been changed. > > Oleh > > On Thu, Apr 10, 2014 at 11:02 AM, KDr2 wrote: > > Does your "M-x run-geiser" work? It will lead you to a scheme REPL like > > this: > > > > GNU Guile 2.0.9-deb+1-1 > > Copyright (C) 1995-2013 Free Software Foundation, Inc. > > > > Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. > > This program is free software, and you are welcome to redistribute it > > under certain conditions; type `,show c' for details. > > > > Enter `,help' for help. > > scheme@(guile-user)> 1 > > $2 = 1 > > scheme@(guile-user)> > > > > > > > > > > On Thu, Apr 10, 2014 at 4:55 PM, Oleh wrote: > >> > >> > 0. I use Debian(sid) and Emacs 24 > >> > 1. install guile (using apt): http://www.gnu.org/software/guile/ > >> > 2. install geiser(http://www.nongnu.org/geiser/) with elpa > >> > and setting for geiser: > >> > > >> > (setq geiser-active-implementations '(guile)) > >> > (setq geiser-default-implementation 'guile) > >> > > >> > >> I've got emacs trunk, GNU Guile 2.0.9, geiser from MELPA and I'm > >> getting the results in a *Geiser dbg* window instead of org-mode when > >> I eval. So the issue is either with ob-scheme or with my geiser, > >> which is the development version, but I don't see why it shouldn't > >> work. > >> > >> regards, > >> Oleh > > > > > > > > > > -- > > -- > > > > KDr2, http://kdr2.com > -- -- KDr2, http://kdr2.com --001a11c2903ca3006f04f6ae22c4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Version of =A0geiser I installed: geiser-20140326.951, If = it has been changed, it must be changed in the past 2 weeks ...


= On Thu, Apr 10, 2014 at 6:54 PM, Oleh <ohwoeowho@gmail.com> wrote:
Of course it works, that's the first thi= ng I tried.
The issue probably is that the implementation of geiser functions that
ob-scheme uses has been changed.

Oleh

On Thu, Apr 10, 2014 at 11:02 AM, KDr2 <killy.draw@gmail.com> wrote:
> Does your "M-x run-geiser" work? It will lead you to a schem= e REPL like
> this:
>
> GNU Guile 2.0.9-deb+1-1
> Copyright (C) 1995-2013 Free Software Foundation, Inc.
>
> Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'= ;.
> This program is free software, and you are welcome to redistribute it<= br> > under certain conditions; type `,show c' for details.
>
> Enter `,help' for help.
> scheme@(guile-user)> 1
> $2 =3D 1
> scheme@(guile-user)>
>
>
>
>
> On Thu, Apr 10, 2014 at 4:55 PM, Oleh <ohwoeowho@gmail.com> wrote:
>>
>> > 0. I use Debian(sid) and Emacs 24
>> > 1. install guile (using apt): http://www.gnu.org/software/guile/ >> > 2. install geiser(http://www.nongnu.org/geiser/) with elpa
>> > =A0 =A0 and setting for geiser:
>> >
>> > =A0 =A0 (setq geiser-active-implementations '(guile))
>> > =A0 =A0 (setq geiser-default-implementation 'guile)
>> >
>>
>> I've got emacs trunk, GNU Guile 2.0.9, geiser from MELPA and I= 'm
>> getting the results in a *Geiser dbg* window instead of org-mode w= hen
>> I eval. =A0So the issue is either with ob-scheme or with my geiser= ,
>> which is the development version, but I don't see why it shoul= dn't
>> work.
>>
>> regards,
>> Oleh
>
>
>
>
> --
> --
>
> KDr2, http://kdr2.com



--
=
--001a11c2903ca3006f04f6ae22c4--