Re: Clarification on setting up Clojure, Lein and Emacs on fedora

2013-01-01 Thread Omer Iqbal
Or you could try this: https://github.com/overtone/emacs-live Contains a very good emacs conf that works out of the box. On Sunday, December 30, 2012 4:47:21 AM UTC+5, Sayth Renshaw wrote: Just want to make sure I get this right. I am running F18 and am setting up clojure. These would be

Re: Clarification on setting up Clojure, Lein and Emacs on fedora

2012-12-30 Thread Phil Hagelberg
On Sat, Dec 29, 2012 at 8:46 PM, Sayth Renshaw flebber.c...@gmail.com wrote: https://github.com/technomancy/clojure-mode/blob/master/doc/index.md will read and let you know if I find anything that could be improved. Actually I just updated the Emacs tutorial on clojure-doc.org last night, so

Clarification on setting up Clojure, Lein and Emacs on fedora

2012-12-29 Thread Sayth Renshaw
Just want to make sure I get this right. I am running F18 and am setting up clojure. These would be the packages to install, correct? clojure.noarch clojure-contrib.noarch leiningen.noarch emacs-slime.noarch *For slime and the emacs repl* clojure-mode, slime, slime-repl and swank-clojure

Re: Clarification on setting up Clojure, Lein and Emacs on fedora

2012-12-29 Thread Moritz Ulrich
If you have a recent (24) Emacs, use M-x package-install and install clojure-mode and nrepl. nrepl is the successor-in-spirit of slime, as many people consider slime as deprecated. When you have access to leiningen 2 (strongly recommended), the whole setup simplifies to: 1) Install leiningen 2

Re: Clarification on setting up Clojure, Lein and Emacs on fedora

2012-12-29 Thread John Gabriele
Sayth, Not sure I follow everything in your post, but here are some tips: 1. You don't need to install Clojure itself. Leiningen takes care of that for you. See 2. Make sure you install Emacs 24. I don't know what the Fedora incantations are for this. 3. Once you've got Emacs 24

Re: Clarification on setting up Clojure, Lein and Emacs on fedora

2012-12-29 Thread John Gabriele
On Saturday, December 29, 2012 10:52:15 PM UTC-5, John Gabriele wrote: Sayth, Not sure I follow everything in your post, but here are some tips: 1. You don't need to install Clojure itself. Leiningen takes care of that for you. See Whoops, sorry, forgot to finish typing that :) : I

Re: Clarification on setting up Clojure, Lein and Emacs on fedora

2012-12-29 Thread Phil Hagelberg
I believe Fedora ships with Leiningen 1.7.1, which is not what you want. It's better to install manually, see http://leiningen.org; that way you will get 2.x. Don't install Clojure or Contrib through your OS package manager. The Emacs support for Clojure is documented here:

Re: Clarification on setting up Clojure, Lein and Emacs on fedora

2012-12-29 Thread Sayth Renshaw
On Sunday, 30 December 2012 15:31:42 UTC+11, Phil Hagelberg wrote: I believe Fedora ships with Leiningen 1.7.1, which is not what you want. It's better to install manually, see http://leiningen.org; that way you will get 2.x. Don't install Clojure or Contrib through your OS package