All Manuals > LispWorks User Guide and Reference Manual > 34 The LISPWORKS Package

NextPrevUpTopContentsIndex

*autoload-asdf-integration*

Variable
Summary

Determines whether ASDF integration code is loaded automatically.

Signature

*autoload-asdf-integration*

Package

lispworks

Initial Value

t

Description

The variable *autoload-asdf-integration* is consulted used when the LispWorks IDE starts. If its value is true, then the system arranges for ASDF integration code to be loaded automatically when ASDF is loaded.

The ASDF integration code makes the LispWorks IDE tools (System Browser, Search Files) work with ASDF systems (defined with asdf:defsystem ) as well as 'native' systems defined with defsystem.

See Using ASDF for more information about using ASDF with LispWorks.

See also

defsystem


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex