Nice. It starts to work flawless. Did another installation test on a fresh ubuntu.
1. mark emacs-snapshot and ant for installation in synaptic. You'll automatically download the other files you need then. 2. get clojure-mode from http://github.com/technomancy/clojure-mode/ , and store the .el files in ~/.emacs.d 3. create a ~/.emacs file with (push "~/.emacs.d" load-path) in it. 4. start emacs 5. M-x load-library clojure-mode 6. M-x clojure-install 7. Add these three lines t your .emacs (autoload 'clojure-mode "clojure-mode" "A major mode for Clojure" t) (add-to-list 'auto-mode-alist '("\\.clj$" . clojure-mode)) (eval-after-load 'clojure-mode '(clojure-slime-config)) Fine! :). --~--~---------~--~----~------------~-------~--~----~ 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 clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---