[slime-devel] swank-source-files defaults

Nathan Bird nathan at acceleration.net
Sun Apr 2 21:09:35 UTC 2006


use the source-directory as the defaults for the source-file pathnames.
Necessary on windows when loading swank on a different drive (device) than
the lisp is on.

(defun swank-source-files (source-directory)
  (mapcar (lambda (name)
            (make-pathname :name name :type "lisp"
                           :defaults source-directory))  ;; *** here
          `("swank-backend" ,@*sysdep-files* "swank")))


This has been tested on 
- WinXP + ACL 7.0 (trial)
- Linux 2.6 + SBCL 0.9.10

-------------- next part --------------
A non-text attachment was scrubbed...
Name: swank-source-files.diff
Type: application/octet-stream
Size: 1550 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20060402/94f82261/attachment.obj>


More information about the slime-devel mailing list