[slime-devel] macro indentation

Chris Capel pdf23ds at gmail.com
Fri Dec 17 12:09:57 UTC 2004


Consider

(defmacro deffoo (name bar baz &rest options) ...)

With this definition (or any definition using rest, really), this is
the indentation you get:

(deffoo foo
    bar
  baz
  opt1
  opt2)

Shouldn't &rest be treated like &body as far as macroindentation is concerned?

Chris Capel
-- 
"What is it like to be a bat? What is it like to bat a bee? What is it
like to be a bee being batted? What is it like to be a batted bee?"
-- The Mind's I (Hofstadter, Dennet)



More information about the slime-devel mailing list