On Apr 28, 6:23 am, Phil Hagelberg wrote:
> On Apr 27, 6:07 am, John V 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, (a
On Apr 27, 6:07 am, John V 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 byte-compiling) which is why doi
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 at
On Apr 27, 2:51 pm, Rasmus Svensson 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. Maybe this was a net
2011/4/27 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.
> Neverth
2011/4/27 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.
> Neverth
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 whic
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).
>
> 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
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 package.el,