Is there a way to copy/yank a whole a form in Slime/Emacs? For instance, if I have the following function:

(myfunc (lst)
    (myotherfunc lst))

I'd like to yank/copy:

(myotherfunc lst)

by issuing a keyboard shortcut when my cursor is at the opening or closing parenthesis for that form (at the point where Slime/Emacs does parenthesis matching).

link|improve this question

75% accept rate
I would suggest trying on stackoverflow.com too – George Profenza Jan 11 '11 at 12:12
Yes, thought I'd try here first as it is technically a superuser question...but looks like I'll have to cross-post it. – Joel Jan 11 '11 at 12:46
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.