On 20 May 2011 23:07, Lee Spector <[email protected]> wrote: [...] > BTW from what I can tell JEdit doesn't even do reasonable automatic > indentation as you enter code in the first place. If I type "(defn foo" and > hit return the cursor ends up under the second "o" in "foo", and that seems > pretty weird. If I type "(conj '(a b c)" and hit return it lines up under the > "a" which is even odder -- some would say it should end up under the single > quote (that'd be my vote in this situation), while some would put it under > the "o" or the "n", but I don't see any rationale for it being under the "a".
Well, that seems to be a constant 8 space indentation. If I were to guess I'd say jEdit is not detecting your files as Clojure files and is indenting them incorrectly as a result. -- Michael Wood <[email protected]> -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
