Re: (just) emacs mode

2011-04-28 Thread John V
On Apr 28, 6:23 am, Phil Hagelberg p...@hagelb.org wrote: On Apr 27, 6:07 am, John V johnv02...@gmail.com wrote: So, I would include info about using -*- in the .clj file and how to modify the auto-mode-alist and enable or disable fontifying the buffer. This is the kind of thing that

(just) emacs mode

2011-04-27 Thread John V
Hi, I would like to have syntax highlighting for Clojure code in Emacs. I am using Emacs on Windows (23.2.1). I found this page: http://dev.clojure.org/display/doc/Getting+Started+with+Emacs ... but it was clearly much more involved than I was looking for. Nevertheless, I downloaded

Re: (just) emacs mode

2011-04-27 Thread Sam Aaron
Hi John, On 27 Apr 2011, at 11:13, John V wrote: Hi, I would like to have syntax highlighting for Clojure code in Emacs. I am using Emacs on Windows (23.2.1). SNIP I would like to use Emacs as a text editor, not as a combination IDE/ ftp browser. Is there a clojure mode written which is

Re: (just) emacs mode

2011-04-27 Thread gaz jones
i highly recommend taking a look at Phil Hagelberg's emacs-starter-kit : https://github.com/technomancy/emacs-starter-kit.git it helped me a LOT when getting started with emacs in general, and emacs and clojure together. i also put together a couple of blog posts on my experience of using it

Re: (just) emacs mode

2011-04-27 Thread Rasmus Svensson
2011/4/27 John V johnv02...@gmail.com: Hi, I would like to have syntax highlighting for Clojure code in Emacs.  I am using Emacs on Windows (23.2.1).  I found this page: http://dev.clojure.org/display/doc/Getting+Started+with+Emacs ... but it was clearly much more involved than I was looking

Re: (just) emacs mode

2011-04-27 Thread Rasmus Svensson
2011/4/27 John V johnv02...@gmail.com: Hi, I would like to have syntax highlighting for Clojure code in Emacs.  I am using Emacs on Windows (23.2.1).  I found this page: http://dev.clojure.org/display/doc/Getting+Started+with+Emacs ... but it was clearly much more involved than I was looking

Re: (just) emacs mode

2011-04-27 Thread John V
On Apr 27, 2:51 pm, Rasmus Svensson r...@lysator.liu.se wrote: I happened to have access to a computer running Windows 7 with exactly that Emacs version, so I thought I'd try to investigate the error. However, I could not reproduce it. For me, package.el was able to access the GNU repo.

Re: (just) emacs mode

2011-04-27 Thread Roman Sykora
Hi Since you're working with XP, I can recommend Lisp Cabinet from http://lispcabinet.sourceforge.net/ . It has a windows istaller and works out of the box. An additional advantage may be the availability of various lisp implementations parallel to clojure. Didn't get that configured in several

Re: (just) emacs mode

2011-04-27 Thread Phil Hagelberg
On Apr 27, 6:07 am, John V johnv02...@gmail.com wrote: So, I would include info about using -*- in the .clj file and how to modify the auto-mode-alist and enable or disable fontifying the buffer. This is the kind of thing that package.el does for you, (along with autoloading and