Hi,
on something like
#+foo (defun foo (...) ...) |
or
#+foo
(defun foo (...)
...) |
Do you think C-c C-c should take the reader conditional into account?
As `slime-region-for-defun-at-point' happens to be implemented right
now, it isn't.
-T.