[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tracing macros



a macro such as
(defmacro foo (x y) `(list (quote ,x) ,y))
works fine on
(foo bar 2)
but if foo is traced it tries to evaluate bar and errors out