if `(,+) expands to (list +), does (let ((list (lambda args (write "hello")))) `(,+)) also write "hello"? Is this a bug or a feature? ... Dan