In article , Andreas Röhler wrote: > On 13.11.2014 09:35, Alexander Shukaev wrote: > >> > >> (defun move (&rest args) > >> (apply #'do-move args))) > >> > > > > I'm aware of that, but that's not what I'm looking for... I'm interested in > > required arguments in the first place. > > > > What about that way: > > (cadr (symbol-function 'MY-FUNCTION)) That will return the names of the arguments, not the list of actual arguments in a call. -- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me ***