On Wednesday, October 17, 2012 10:26:01 AM UTC-4, Jonathan Fischer Friberg 
wrote:
>
> Hi,
>
> As I were unable to find a way to indent lisp code in jEdit, I decided to 
> write a plugin for this purpose.
> It's called LispIndent and can be found here:
>
> https://github.com/odyssomay/LispIndent
>
> Please report if you have any problems!
>
>
Very cool! Thanks, Jonathan. Particularly good install/setup instructions. 
:)

Though I typically use Emacs, this made me go and install the latest jEdit 
(5.0pre1) to try it out. :)

One thing I notice right off the bat though is that it doesn't properly 
vertically align function args. That is, if I type

    (foo bar

and hit Enter, I expect the next character I type to go right under that 
"b" in "bar". But LispIndent gives me a 2-space indent instead.

Is there a way to configure LispIndent to vertically align args?

Thanks,
---John

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