Not currently, no.

I'm not really sure how to detect when to use 2 spaces, and when to align
arguments.
I also feel that no editor really has "nailed it", when it comes to
deciding that. (it's also personal preference)

For example, I personally think that "do", "->" and "->>" should use
vertically aligned arguments,
but I don't think any editor does this (disclaimer: I have not tried emacs).

Maybe I should just make it completely configurable with regexes?

Jonathan

P.S. I'm really happy that you tried it! :)

On Wed, Oct 17, 2012 at 7:33 PM, John Gabriele <jmg3...@gmail.com> wrote:

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

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