[slime-devel] slime-complete-form extra parenthesis
Mac Chan
emailmac at gmail.com
Sat Apr 28 02:00:05 UTC 2007
I use slime-complete-form a lot. However, like many who uses slime, I
also have paredit-mode enabled.
Is there a way to instruct slime-complete-form not to insert extra
close parenthesis at the end?
(with-open-file _)
=>
C-c C-s slime-complete-form
=>
(with-open-file _(stream filespec :direction direction :element-type
element-type
:if-exists if-exists :if-does-not-exist
if-does-not-exist
:external-format external-format)
body...)) ;; <-- extra )
Thanks,
-- Mac
More information about the slime-devel
mailing list