"Pascal J. Bourguignon" <pjb at informatimago.com> writes: > Tobias C. Rittweiler writes: >> >> (defun multiple-value-identity (&rest args) >> "Return its arguments as multiple values." >> (values-list args)) > > 1- What's wrong with VALUES-LIST? Nothing, I keep on forgetting that it's just a normal function. -T.