Hi Conor! * Conor Beverland <[email protected]> [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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
