unset-features [Function]


Purpose

The unset-features function disables selected Loom features. These features control the overall behavior of Loom, including the amount and type of dialogue that Loom has with the user.

Syntax

unset-features &rest features

Arguments

The features argument is one or more keywords which specify the features to be unset:

Value

The unset-features function returns a list of the Loom features which are currently set.

Examples

(unset-features :closed-world) ==> 
    (:OPEN-WORLD :EMIT-MATCH-STARS \ldots) 
(unset-features :emit-match-stars :prefer-clos-instances) ==> 
    (:OPEN-WORLD :WARN-ON-NONPRIMITIVE-CLOS-CLASSES \ldots)

See Also

Last modified: Jun 1 1995