All Manuals > LispWorks Delivery User Guide > 5 Keywords to the Delivery Function > 5.2 Alphabetical list of deliver keywords

NextPrevUpTopContentsIndex

:condition-deletion-action

Keyword

Default value: (when (> *delivery-level* 0) :delete)

The value is one of:

nil

Do not delete any condition class. This is the default at delivery level 0.

:delete

Delete unwanted conditions. If an error for a deleted condition is signaled, it is signalled as a simple error condition, with the arguments in the format-arguments slot. This is the default at delivery level > 0.

:redirect

Redirect unwanted conditions to the first parent in their hierarchy which is not deleted.

See Deleting of condition classes.


LispWorks Delivery User Guide - 10 Aug 2017

NextPrevUpTopContentsIndex