geiser-users
[Top][All Lists]
Advanced

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

Re: [Geiser-users] Issue with Geiser and Racket 5.1.3 on Windows


From: Jose A. Ortega Ruiz
Subject: Re: [Geiser-users] Issue with Geiser and Racket 5.1.3 on Windows
Date: Wed, 28 Sep 2011 05:46:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

Hi Conor,

On Wed, Sep 28 2011, Conor Beverland wrote:

> Hi,
>
> Cross posting to Racket Users and Geiser Users lists. 
>
> I'm reading SICP and have been using #lang planet neil/sicp
>
> For some time I've been using Geiser 0.1.3 on Windows 7 with Racket
> 5.1 without issue.
>
> I upgraded to Racket 5.1.3 and now when I use C-c C-a to enter any
> module (even a single define) which has #lang planet neil/sicp at the
> top it enters an infinite loop printing error messages that can be
> seen here: http://pastebin.com/rSB0mGXb

I just checked in linux, and i cannot reproduce the problem.  I
installed neil/sicp by running a simple rkt file in DrRacket, and it
reported some problems with soegaard/sicp while building the scribble
docs, but nothing else (and the package code seems to be alright).

[...]

> Any ideas?

One thing to try to see if Geiser's the culprit here is opening a racket
terminal session outside emacs, and entering the module using Racket's
enter! macro:

   > (enter! "sicp-test.rkt")

If that works, the problem is most probably on Geiser's side and we can
try to debug things via mail if you're patient enough :)

Cheers,
jao
-- 
There are two hard things in computer science: cache invalidation,
naming things, and off-by-one errors.



reply via email to

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