[slime-devel] Re: slime patch for swnk-clisp

Marco Baringer mb at bese.it
Fri Aug 12 08:50:06 UTC 2005


Yaroslav Kavenchuk <kavenchuk at jenty.by> writes:

> It can be possible to apply this patch?
> (slime from CVS head do not work "out of the box" with clisp from CVS head)
>
> +++ swank-clisp.lisp	Thu Aug  4 06:35:25 2005
> @@ -188,7 +188,7 @@
>      (:class (describe (find-class symbol)))))
>
>  (defun fspec-pathname (symbol)
> -  (let ((path (getf (gethash symbol sys::*documentation*) 'sys::file)))
> +  (let ((path (documentation symbol 'sys::file)))
>      (if (and path
>  	     (member (pathname-type path)
>  		     custom:*compiled-file-types* :test #'string=))

will this break non CVS clisp? is there a way to suuport both (at
least until a CLISP with this patch is released)?

-- 
-Marco
Ring the bells that still can ring.
Forget the perfect offering.
There is a crack in everything.
That's how the light gets in.
	-Leonard Cohen




More information about the slime-devel mailing list