Hi Mark,<div><br></div><div>what a pity! I really think the combination of J and ABCL is a superb platform for Common Lisp development.</div><div>Alas I do not like Emacs and J is like a fresh breeze.</div><div><br></div><div>
I'd very much like this issue to be fixed by somebody in the know.</div><div><br></div><div>Thx for the prompt and to the point response!</div><div><br></div><div>Regards,</div><div>   Arie<br><br><div class="gmail_quote">
2011/1/17 Mark Evenson <span dir="ltr"><<a href="mailto:evenson@panix.com">evenson@panix.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>

On Jan 16, 2011, at 10:21 PM, Arie van Wingerden wrote:<br>
<br>
> Hi,<br>
> I just started with ABCL using the J editor on WinXP SP3.<br>
><br>
> I replaced the ABCL jar in the J lib with the latest 0.23.1, but also in the old<br>
> version ABCL 0.19 I had the same errors.<br>
><br>
> I am able to create and save a very simple lisp file.<br>
> However, when I use the menu function:<br>
>   Mode | Compile and load file<br>
> I get this:<br>
><br>
> [1] CL-USER(3): ;;; Compiling and loading D:\src\lisp\plus.lisp ...<br>
> #<THREAD "JLisp interpreter" {FD5428}>: Debugger invoked on condition of type<br>
> FILE-ERROR<br>
>  The file "D:/src/lisp/srclispplus.lisp" does not exist.<br>
><br>
> It seems that somewhere under the hood the filename gets corrupted.<br>
> Trying to change the name using double backslashes in the text box above the<br>
> source file does have no effect.<br>
><br>
> Can I change this behaviour?<br>
<br>
<br>
>From your report, it seems likely that you are encountering problems<br>
stemming from the use of forward slash as the PATHNAME separator<br>
on all platforms in [abcl-0.21][1] (N.B. strings with backslash<br>
characters are normalized by the PATHNAME routines to forward slashes<br>
so such input should be fine).  What is odd about your report, is<br>
that abcl-0.19 does not have this "all slashes become forward<br>
slashes" behavior, so it should not produce the same kind of error.<br>
<br>
Unfortunately, ABCL development was split off from J quite some<br>
time ago (three years?).  Wethe ABCL developers on armedbear-developdo<br>
not actively test with the J source tree, nor do we make the J<br>
releases.  If there are J developers out there who wish help bringing<br>
the integrated ABCL release forward to solve this issue, we would<br>
be more than happy to assist by debugging/modifying our side.<br>
<br>
<br>
<br>
[1] <a href="http://trac.common-lisp.net/armedbear/changeset/12798" target="_blank">http://trac.common-lisp.net/armedbear/changeset/12798</a><br>
<font color="#888888"><br>
--<br>
"A screaming comes across the sky.  It has happened before, but there is nothing to compare to it now."<br>
<br>
<br>
<br>
<br>
</font></blockquote></div><br></div>