Hi! When I attempt to run Slime, this error pops up in *inferior-lisp*:
user=> java.lang.UnsupportedOperationException: Vars are not values (basic.clj:12) user=> java.lang.Exception: No such var: swank/ignore-protocol-version (NO_SOURCE_FILE:5) user=> java.lang.Exception: No such var: swank/start-server (NO_SOURCE_FILE:7) Here's my .emacs changes: (pushnew "/Users/blah/Apps/emacs/jochu-clojure-mode" load-path) (require 'clojure-auto) (require 'clojure-paredit) (pushnew "/Users/blah/Apps/emacs/temp/slime/" load-path) (pushnew "/Users/blah/Apps/emacs/jochu-swank-clojure" load-path) (setq swank-clojure-jar-path "/Users/blah/Apps/clojure/target/clojure- lang-1.0-SNAPSHOT.jar") (require 'swank-clojure-autoload) Any clue? I have the newest cvs Slime and downloaded Clojure a couple days ago. I'm running on MacOS X. Thanks! Tayssir --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
