[slime-devel] slime-reindent-defun

1 Feb
2007
1 Feb
'07
8:33 a.m.
Consider this: (defmacro foo (x) "docstring" `(,x)) If I press C-U M-q in the docstring it ends up looking like this: (defmacro foo (x) "docstring" `(,x)) Strangely enough there is no problem with: (defmacro foo (x) "docstring" (list x)) Cheers, Gábor

1 Feb
1 Feb
9:15 a.m.
On Thu, 1 Feb 2007 09:33:55 +0100, Gábor Melis <mega@retes.hu> wrote:
Consider this:
(defmacro foo (x) "docstring" `(,x))
If I press C-U M-q in the docstring it ends up looking like this:
(defmacro foo (x) "docstring" `(,x))
Strangely enough there is no problem with:
(defmacro foo (x) "docstring" (list x))
I reported this quite some time ago, must be in the archives somewhere. AFAIR it's not a SLIME issue but an Emacs problem.
6611
Age (days ago)
6611
Last active (days ago)
1 comments
2 participants
participants (2)
-
Edi Weitz
-
Gábor Melis