[slime-devel] providing swank-media

Cyrus Harmon ch-slime at bobobeach.com
Thu May 17 04:16:32 UTC 2012


So I was trying to Nicolas Martyanoff's example of using slime-media up and running and I ran into a problem where swank-media wasn't providing swank-media. A trivial fix is attached, but perhaps I'm doing something else wrong. Anyone else see this?

thanks,

Cyrus

diff --git i/contrib/swank-media.lisp w/contrib/swank-media.lisp
index 218fe9e..3d5ef7c 100644
--- i/contrib/swank-media.lisp
+++ w/contrib/swank-media.lisp
@@ -21,3 +21,5 @@
 ;; can only be defined if their specializers already exist; in R's S3
 ;; object system, methods are ordinary functions with a special naming
 ;; convention)
+
+(provide :swank-media)





More information about the slime-devel mailing list