> :trace (function :print-before (...) :print-after (...))
>
> to get a hold of the argument values and return values.
>
> I tried excl:arglist and the names of the arguments to the (compiled) functions
> I'm tracing.
I suggest using the advice facility instead.
Eric McCarthy
Reasoning, Inc