On Monday, November 21, 2011 9:27:00 AM UTC-5, Michael Jaaka wrote:
>
>
> now as tutorial on https://github.com/technomancy/clojure-mode states used: 
>
> M-x run-lisp
>
>
> and got Searching for program: no such file or directory, lisp
>
>
> any help?
>
>
>  
Try using the instructions from the next section of that page, entitled 
"SLIME".

$ lein plugin install swank-clojure 1.3.3

M-x clojure-jack-in # from inside a project


Make sure you are in a project when you run clojure-jack-in.  Initially, 
you can just do "lein new dummy-project", then open the generated 
project.clj in emacs, change the clojure version to 1.3, and then run 
clojure-jack-in.  That should get you a repl.  Also you may need a "lein 
deps" in there somewhere.

- Chris 

-- 
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

Reply via email to