Hi folks, "clojure-jack-in" works quite well for regular clojure projects for me. I'm having hard time trying to figure out how to fix it for ClojureScript One project. Looking at *swank* buffer it looks like some random text is being inserted and attempted to evaluate as elisp and that causes the failure:
;;;###autoload (add-hook 'slime-load-hook 'slime-repl-init) (provide 'slime-repl) ;;; slime-repl.el ends here (run-hooks 'slime-load-hook) Type (go) to launch the development server and setup a browser-connected REPL. Type (dev-server) to launch only the development server. ;;; proceed to jack in Am I close? Is there a way to type out that text without breaking clojure-jack-in? Thank you, Tom -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en