Vinzent <ru.vinz...@gmail.com> writes:

> Probably you slightly misunderstood what I mean. Consider this
> scenario:
> I've set up a project which uses a new library with non-standart
> indent. I've connected to swank and compiled it. Then I'm calling
> some clojure-mode-update-indent function, which walks through all
> loaded namespaces and collects :indent metadata (on the clojure side)
> and saves appropriate define-clojure-indent form somewhere in config
> file (on the elisp side). After that I have all macros indented
> properly.

I see. Yes, that would be better. I don't think it belongs in
clojure-mode, but you could make a tool that could collect that data and
export it into .dir-locals.el files or something like that.

-Phil

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