On Feb 26, 7:08 pm, CuppoJava <patrickli_2...@hotmail.com> wrote:
> Hello Ilya,
> Thanks for the workaround.
>
> I'm glad to hear you're working on a "surround with" feature. Some
> other parenthesis commands that I most commonly use is:
> 1) Delete next Sexp.
> 2) Splice Sexp. (Remove the parenthesis around the current sexp).
> 3) Move cursor to next/previous sexp.
Don't forget Barf and Slurp!
Barf - eject an Sexp from this Sexp (front and back):
(a b c) -> (a b) c
(a b c) -> a (b c)
Slurp - incorporate an Sexp into this Sexp (front and back):
(a b) c -> (a b c)
a (b c) -> (a b c)
Also copy this sexp, cut this sexp.
All vital!
--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---