chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Issue loading a specifc file with Chicken-Slime


From: Christian Kellermann
Subject: Re: [Chicken-users] Issue loading a specifc file with Chicken-Slime
Date: Wed, 16 Mar 2011 10:13:22 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

Hi Conor!

* Conor Beverland <address@hidden> [110316 03:25]:
> I'm using Chicken 4.6.0, the slime egg (at version 1.0 I believe) and a 
> version of slime itself checked out from CVS on 2011-02-24.
> 
> It's been working great for me and I've been using C-c C-l to load files 
> without any issue. Just now I copied and pasted some additional code from 
> http://mitpress.mit.edu/sicp/code/ch2.scm into an existing file that was 
> working OK. 
> 
> My resulting file is here: http://paste.lisp.org/display/120550
> 
> If I run csi on the command line then (load "thatfilefromthepaste.scm") works 
> fine.
> 
> If I use C-c C-l within chicken-slime to do the same then I do not 
> immediately 
> see an error but nor do I see the "t" in the message buffer that I normally 
> do. 
> If I switch to the repl and try to invoke anything that was defined in the 
> file 
> I see a message like this: '"; pipelined request... (swank:listener-eval "ca'.

Yes something is wrong here. Can you reduce the code by binary
search and omitting parts? If you can get it down to a smaller test
case I will be gladly debug it further. But to be honest, I have
no clue what should be going on in your code :)

Thanks!

Christian



reply via email to

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