geiser-users
[Top][All Lists]
Advanced

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

Re: [Geiser-users] iterative process not finishing


From: Jose A. Ortega Ruiz
Subject: Re: [Geiser-users] iterative process not finishing
Date: Sat, 13 Apr 2013 21:53:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

On Sat, Apr 13 2013, Aleix Conchillo Flaqué wrote:

> While writing this:
>
> http://hacks-galore.org/aleix/blog/archives/2013/04/13/add1-sub1-and-recursive-process
>
> I just found that the iterative process doesn't always end in geiser
> if I use big numbers:
>
> (o+ 10 10000000)
>
> I can just press enter right away and the prompt appears again.
>
> scheme@(guile-user)> (o+ 10 10000000)
>
> scheme@(guile-user)>
>

I've just checked, and it works for me...it's also almost immediate.
Actually, in the REPL there's little done by Geiser itself, it's
comint-mode doing most of the job.  What happens if you  M-x run-scheme
and try it? (That uses a plain emacs inferior scheme, with nothing to do
with Geiser)

jao
-- 
With or without religion, good people can behave well and bad people
can do evil; but for good people to do evil—that takes religion.
 -Steven Weinberg



reply via email to

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