Clojure/SLIME integration may be in flux after the recent API changes. But plain old "inferior-lisp" mode works just fine: M-x customize-variable RET inferior-lisp-program ...set the path of your Clojure startup script... M-x inferior-lisp
A simple startup script could be simply: #!/bin/sh exec java -cp clojure.jar:clojure-contrib.jar clojure.lang.Repl Hope this helps, -Stuart On Sep 13, 12:41 am, Alexey Goldin <[EMAIL PROTECTED]> wrote: > How people in this group run clojure? I would really prefer slime, but > failed to get it working after 2 hours on my ubuntu 7.04. (Get rid of > packaged slime, download latest slime from git, get clojure-mode, > swank-clojure, configure .emacs, try to run it with clojure-20080612, > find that it does not work, download svn version, find that I do not > have maven, apt-get install maven2, apt-get install sun-java6-jdk (I > had only jre), compile and discover that it chokes on load-resources > not being defined. Why??? This is latest svn version after all) > > I do not really need latest version. Is there some frozen slime > +clojure configuration that might work without too much effort that > would not change much faster then documentation? > > I do not really complain as this is alpha project and I am ready to > spend some effort to get it working. But this is not the first time I > approach it and I miserably fail again. > > I guess I could simply run it from command line but I really would > miss tab completion and ability to look up documentation with simple > keystrokes. I really got spoiled by slime. Any other way to get it > anywhere close to this capability that really makes learning much > simpler? > > Please forgive my rant. It is obvious that many people are using it > with great success and having much fun, so there obviously is a way. I > just fail to see it :-) Any hint on your clojure configuration is > appreciated. Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---