On Jun 6, 8:39 am, "Bhinderwala, Shoeb" <[email protected]> wrote: > (add-to-list 'load-path "~/.emacs.d/elpa/clojure-mode-1.9.2/") > (require 'clojure-mode) > > If I don't add the above entry clojure mode does not work.
It sounds like this is a bug in package.el; this should all be handled for you. If you are using Emacs 24 then maybe you could try M-x report- emacs-bug since package.el is part of Emacs now. Otherwise it would take some further debugging; package.el works in Emacs 23 but is not officially supported. What's your OS and version of Emacs? How did you install package.el? -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
