<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
</blockquote>
i cannot reproduce this with plt scheme 4.2.3. i got this error as<br>
expected: list-ref: expects 2 arguments, given 3: (1 2) 3 4<br>
<br>
i suspect the problem is not fluxus related. try to reproduce the crash in drscheme or mzscheme.<br><br></blockquote><div><br></div><div>That sounds reasonable. It turns out that the version of mzscheme that I got is 4.2.4. Here is a transcript;</div>
<div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div><div><font class="Apple-style-span" face="'courier new', monospace">Welcome to MzScheme v4.2.4 [3m], Copyright (c) 2004-2010 PLT Scheme Inc.</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">> (list-ref(list 1 2) 3 4)</font></div><div><font class="Apple-style-span" face="'courier new', monospace">list-ref: expects 2 arguments, given 3: (1 2) 3 4</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div><div><font class="Apple-style-span" face="'courier new', monospace"> === context ===</font></div><div><font class="Apple-style-span" face="'courier new', monospace">/usr/local/lib/plt/collects/scheme/private/misc.ss:74:7</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div><div><font class="Apple-style-span" face="'courier new', monospace">></font> </div><div> </div><div>Could it be that from 4.2.3 to 4.2.4 something changed in how mzscheme reports such issues to the "outside world"? That might be a difference between your and my own system. Another possible issue could be that there is some interaction going on between the scheme that I build and the one that my package manager got for me to use the .deb that I used to use?</div>
<div><br></div><div>Yours,</div><div>Kas.</div><div><br></div></div>