[slime-devel] slime patch for swnk-clisp
Yaroslav Kavenchuk
kavenchuk at jenty.by
Fri Aug 12 08:22:09 UTC 2005
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=))
Refs:
http://article.gmane.org/gmane.lisp.clisp.general/9935
http://article.gmane.org/gmane.lisp.clisp.general/9944
Thanks.
--
WBR, Yaroslav Kavenchuk.
More information about the slime-devel
mailing list