Next Prev Up Top Contents Index

6.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

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

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 - 14 Dec 2001

Next Prev Up Top Contents Index