<br><div class="gmail_quote">On Mon, Jan 18, 2010 at 3:52 AM, REPLeffect <span dir="ltr"><<a href="mailto:repleffect@gmail.com">repleffect@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I can connect fine to the swank instance and can evaluate valid<br>
symbols fine.  The problem that I have is that when I enter a symbol<br>
that has not been defined, I don't get an error when I press enter.</blockquote><div><br></div><div> I'm not sure why this is happening.  But, we should make sure that everything is setup properly for you to get a REPL at the terminal if an error happened within swank-gambit.</div>
<div><br></div><div>First, get my newest version of swank-gambit:</div><div><br></div><div><a href="http://github.com/jlongster/swank-gambit/">http://github.com/jlongster/swank-gambit/</a></div><div><br></div><div>I just pushed some changes to the way I'm redirecting output to SLIME.  There was a possibility that I was swallowing the REPL that Gambit created when the error occurred.</div>
<div><br></div><div>Second, change the SWANK-DEBUG variable to #t at the top of swank-gambit.scm.  This will output messages to the terminal and REPLs should fire up when an error occurs within swank-gambit.</div><div><br>
</div><div>Third, make sure you run swank-gambit with "-:dar" which tells it to create REPLs for any error on all threads.  The command should look like:</div><div><br></div><div>$ gsi -:dar swank-gambit.scm</div>
<div><br></div><div>Try it with all that.  Does a REPL appear at the terminal with an exception?  What is the error if so?</div><div><br></div><div>- James</div><div><br></div></div>