<div class="gmail_quote">On Sun, Dec 12, 2010 at 5:23 AM, Matthew Mondor <span dir="ltr"><<a href="mailto:mm_lists@pulsar-zone.net">mm_lists@pulsar-zone.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On Sat, 11 Dec 2010 14:55:21 -0500<br>
Matthew Mondor <<a href="mailto:mm_lists@pulsar-zone.net">mm_lists@pulsar-zone.net</a>> wrote:<br>
<br>
> I'll also try with an up to date slime when I have more time, but I<br>
> wanted to post this in case the origin of the problem seems obvious to<br>
> others.<br>
<br>
</div>It also happens with today's SLIME CVS HEAD and an empty ~/.eclrc</blockquote></div><br>I identified the problem and fixed it. Slime is building pathnames with components of type (array character (*)) while the operating system (or at least the ECL routines) only accept (array base-char (*)). I have added a filter that coerces all strings in pathnames to the second type if possible. If it is not possible, then those filenames are using characters beyond the 256 lowest Unicode codepoints, which is not accepted by ECL.<div>

<br></div><div>Juanjo<br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>