I'm running CLisp 2.38 + XEmacs + WinXP + SLIME(checkout form cvs yestoday).
The first time SLIME will compile, load and work properly.
But the
second time it will stop in the loading phase and
complain about can't
find source on "#P"D:\\XEmacs\\...".
The excerpt from swank-loader.lisp
>> (defun swank-source-files
(source-directory)
>> (mapcar (lambda
(name)
>>
(make-pathname :name name :type
"lisp"
>>
:directory (pathname-directory
>>
source-directory)))
>>
`("swank-backend" ,@*sysdep-files* "swank")))
need a part ":device
(pathname-device source-directory)" in CLISP.
end