[slime-devel] slime-reindent-defun

Gábor Melis mega at retes.hu
Thu Feb 1 08:33:55 UTC 2007


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



More information about the slime-devel mailing list