
28 Apr
2007
28 Apr
'07
2 a.m.
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