emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH] ob-scheme.el: Fix scheme code blocks execution error in


From: KDr2
Subject: Re: [O] [PATCH] ob-scheme.el: Fix scheme code blocks execution error in batch mode
Date: Thu, 10 Apr 2014 17:02:34 +0800

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 <address@hidden> 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]