Re: Clojure, swank-clojure, and Debian

2009-03-14 Thread Allen Rohner
On Mar 14, 5:42 am, Javier wrote: > Ok, I can answer myself, thanks to maacl in the IRC: > > Download clojure-mode: > > git clone git://github.com/jochu/clojure-mode.git > > And put this: > > (add-to-list 'load-path "/path/to/clojure-mode") > (require 'clojure-mode) > > in .emacs, restart, and M-

Re: Clojure, swank-clojure, and Debian

2009-03-14 Thread Javier
Ok, I can answer myself, thanks to maacl in the IRC: Download clojure-mode: git clone git://github.com/jochu/clojure-mode.git And put this: (add-to-list 'load-path "/path/to/clojure-mode") (require 'clojure-mode) in .emacs, restart, and M-x clojure-install. Really fantastic. The guide I tri

Clojure, swank-clojure, and Debian

2009-03-14 Thread Javier
Hello, I'm trying to start learning Clojure, but I fail miserably at some point trying to get a decent IDE to work. - First, Enclojure for Netbeans has lot of bugs, it is inusable for me at this stage. - I'm not used to Eclipse nor Intellijea, so I discard both. - I'm used to Emacs, and have used