Ooo boy. Looks like I spoke too soon when I said CCW lacks Enclojure's
various bugs involving editing multiline forms with unmatched []s:

=> (map vector '[[* * .]
#<Exception java.lang.Exception: EOF while reading>

The correct behavior, of course, would have been


=> (map vector '[[* * .]
                 | ; position of insertion point on new line

instead. And yes, that was enter and not control-enter I hit.

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