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 17:02:34 +0800 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1134aa0e87d10a04f6ac7b02 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYAsq-00032g-05 for emacs-orgmode@gnu.org; Thu, 10 Apr 2014 05:02:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYAso-0006UE-UX for emacs-orgmode@gnu.org; Thu, 10 Apr 2014 05:02:55 -0400 Received: from mail-oa0-x229.google.com ([2607:f8b0:4003:c02::229]:58311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYAso-0006U6-Qn for emacs-orgmode@gnu.org; Thu, 10 Apr 2014 05:02:54 -0400 Received: by mail-oa0-f41.google.com with SMTP id j17so4150881oag.28 for ; Thu, 10 Apr 2014 02:02:54 -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 --001a1134aa0e87d10a04f6ac7b02 Content-Type: text/plain; charset=ISO-8859-1 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 --001a1134aa0e87d10a04f6ac7b02 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Does your "M-x run-geiser" work? It will lead yo= u 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 t= o redistribute it
under certain conditions; type `,show c' fo= r details.

Enter `,help' for help.
scheme@(guile-use= r)> 1
$2 =3D 1
scheme@(guile-user)>=A0
=



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= 9;m
getting the results in a *Geiser dbg* window instead of org-mode when
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 shouldn't<= br> work.

regards,
Oleh



--
--=A0

KDr2, http://kdr2.com
--001a1134aa0e87d10a04f6ac7b02--