[slime-devel] [patch] fix loading on Lispworks/w32 with non-standard homedirectory

Greetings, The attached patch fixes swank-loader for Lispworks 4.3 on Windows when (user-homedir-pathname) resides on a different drive than swank- loader:*source-directory*. The observed failure mode was that swank-loader tried to load the lisp wource files from the wrong drive. Cheers, Rudi

Hello! On Thu, 13 Apr 2006 10:28:20 +0200, Rudi Schlatte wrote:
The attached patch fixes swank-loader for Lispworks 4.3 on Windows when (user-homedir-pathname) resides on a different drive than swank- loader:*source-directory*. The observed failure mode was that swank-loader tried to load the lisp wource files from the wrong drive.
Already reported at [1] ;-) Thx, bye, Gismo / Luca [1] http://common-lisp.net/pipermail/slime-devel/2006-April/004736.html

On Thu, 13 Apr 2006 10:28:20 +0200, Rudi Schlatte <rudi@constantly.at> said:
The attached patch fixes swank-loader for Lispworks 4.3 on Windows when (user-homedir-pathname) resides on a different drive than swank- loader:*source-directory*. The observed failure mode was that swank-loader tried to load the lisp wource files from the wrong drive.
Should be fixed in CVS now (also the loading of the site-init file). __Martin

On 13. Apr 2006, at 12:49, Martin Simmons wrote:
On Thu, 13 Apr 2006 10:28:20 +0200, Rudi Schlatte <rudi@constantly.at> said:
The attached patch fixes swank-loader for Lispworks 4.3 on Windows when (user-homedir-pathname) resides on a different drive than swank- loader:*source-directory*.
Should be fixed in CVS now (also the loading of the site-init file).
Confirmed, thanks! Rudi
participants (3)
-
Luca Capello
-
Martin Simmons
-
Rudi Schlatte