The following global variables are used to control the handling of exceptions:
*handle-existing-action-list*Variable
:warn or:silent, determining whether to notify the user, and either:skip or:redefine to determine what to do about an action-list operation when the action-list already exists. The default value is'(:warn :skip). It is used by thedefine-action-list macro. Variable
:warn, or:silent, determining whether to notify the user, and one of:skip, or:redefine, to determine what to do about an action definition when the action already exists in the given action-list. The default value is'(:warn :skip). It is used bydefine-action. Variable
:warn,:error, or:ignore, denoting how to handle an operation on a missing action-list. The default value is:error. It is used byundefine-action-list,print-actions,execute-actions,define-action andundefine-action. Variable
:warn,:error or:ignore, denoting how to handle an operation on a missing action. Its default value is:warn. It is used byundefine-action.