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

NextPrevUpTopContentsIndex

:keep-conditions

Keyword

Default value: nil

The value should be one of:

:none

Eliminate all conditions.

:minimal

Keep only the conditions that are in the class-precedence-list of simple-error. (simple-error, simple-condition error, and serious-condition condition). This is useful for applications that use only ignore-errors. It is equivalent to

:keep-conditions '(simple-error) :packages-to-remove-conditions '("common-lisp")

:all

Keep all conditions.

A list

A list of conditions to keep. For each condition, all the precedence list is kept.

See Deleting of condition classes.


LispWorks Delivery User Guide - 15 Feb 2015

NextPrevUpTopContentsIndex