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)