LispWorks User Guide and Reference Manual > 8 Action Lists

NextPrevUpTopContentsIndex

8.4 Diagnostic utilities

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

Function

print-actions name-or-list &optional stream

The function print-actions 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

Function

print-action-lists &optional stream

The function print-action-lists generates a listing of all the action lists in the global registry. (The ordering of the action lists here is essentially random.)


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex