I am using* Emacs GNU Emacs 23.3.1* on Ubuntu and I am following the instructions found here:
https://github.com/technomancy/clojure-mode/blob/master/README.md on how to setup clojure-mode for Emacs. But launching my Emacs reports the following error: error: Package `clojure-mode' is not available for installation This is the relevant section of my *.emacs* file: (if (= emacs-major-version 23) (load "package") ) (require 'package) (add-to-list 'package-archives '("marmalade" . "http://marmalade-repo.org/packages/")) (package-initialize) (progn (when (not (package-installed-p 'clojure-mode)) (package-install 'clojure-mode)) ) Any ideas ? Should I perhaps download *clojure-mode.el* and then load it manually in my *.emacs* ? -- 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