On 07 Sep 2004 01:01:20 +0200, =?iso-8859-1?q?Eduardo_Mu=F1oz?= emufer@terra.es said:
Eduardo> A couple of patches that I found necessary using Lispworks Eduardo> Personal Edition. These should be considered more a proof of Eduardo> concept than polished code.
Eduardo> The first one enables the load-library repl-shorcut by just Eduardo> defining a dummy call-with-compilation-hooks. The second Eduardo> does a better work finding files, IMHO, given that the Eduardo> phisical drive of a file (on windows) is stored as the host Eduardo> component and it is not used to construct the pathname. Of Eduardo> course a pathname expert should review the thing before Eduardo> commit.
Thanks, I commited your patch for swank-lispworks.lisp. The change to swank-loader.lisp looks right too, but I don't know if I should commit it without any testing on other backends.
__Martin