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)
Cyrus Harmon ch-slime@bobobeach.com writes:
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?
Heh. I don't know if it's wrong; I wrote slime-media to support R, and people being adventurous and trying it with CL is new and exciting to me. :-) I'll be merging patches for it, probably with some latency.
(It would be good to not have to set emacs to allow remote evaluation from CL in order to get the goodies; also I have in my memory that Nikodemus said that there was some issue with the messages which made it hard to use from CL: probably a package issue to do with the image symbols.)
Cheers,
Christophe
Cyrus Harmon ch-slime@bobobeach.com writes:
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?
I didn't have this kind of problem; what kind of error message did you get ?
Cyrus Harmon ch-slime@bobobeach.com writes:
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?
I've included the call to provide. Thanks.
Cheers,
Christophe