Two diagnostic functions are provided:
print-actions
which prints out the actions on an action list. and
print-action-lists
, which provides a list of all the defined action lists.
print-actions
name-or-list
&optional
stream
Generates a listing of the action items on this action-list, in order. If the action-list specified by name-or-list does not exist, then this is handled according to the value of *handle-missing-action-list*.
print-action-lists &optional stream
Generates a listing of all the action lists in the global registry. (The ordering of the action lists here is essentially random.)