On Mar 28, 2011, at 5:08 PM, David Nolen wrote:

> 
> http://dev.clojure.org/display/doc/Getting+Started+with+JEdit
> 
> Hope that helps.

Thanks. That taught me some things -- e.g. I had guessed the wrong location for 
the mode file, and I hadn't guessed about editing that catalog file at all, and 
I hadn't seen the clojure item in the drop-down on the commando dialog -- but 
after following all of those directions I think I'm just where I started. The 
auto-indentation looks completely wrong for clojure/lisp code, and even though 
the classpath in the commando dialog looks right (pointing to my source 
directory) when I "Evaluate buffer in clojure shell" or "Evaluate file in 
clojure shell" for foo.clj that looks like this:

(ns foo
  (:require [bar]))

(bar/baz)

It fails to find bar.clj (which creates ns bar and defines a function baz) 
which is in the same directory.

I do now have clojure syntax highlighting which I may or may not have had 
before (I don't recall noticing that before, but maybe it was there).

 -Lee

-- 
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

Reply via email to