Steve, I tested with a new jar with the clj files, even then it doesn't work :(
My ~/.emacs is thus - ;;; (defvar clj-root (concat (expand-file-name "~") "/src/clj/")) (setq load-path (append (list (concat clj-root "clojure-mode")) load-path)) (require 'clojure-mode) (setq clojure-src-root clj-root) (eval-after-load 'clojure-mode '(clojure-slime-config)) (autoload 'clojure-mode "clojure-mode" "A major mode for Clojure" t) (add-to-list 'auto-mode-alist '("\\.clj$" . clojure-mode)) ;;; Need help :) Regards, BG -- Baishampayan Ghose <b.gh...@ocricket.com> oCricket.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---