| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||
The value of this variable is the default value for the sysitems property of any
Lisp DDE server created by calling open-server. The initial value is
the list of symbols (:sysitems :topics :help), but
you may modify the value of this variable to use a different default
set of sysitems.
The initial value follows a DDE convention where a "sysitems" item may be passed along with the "System" topic to a DDE server to find out what other items are available on the standard "system" topic.
While any Lisp DDE server will initially have the value of *sysitems* as its
sysitems
property, (setf sysitems) may be called after calling
open-server in
order to customize the system items of the DDE server running in a
particular process.
See dde.htm.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page was not revised from the 6.2 page.
Created 2005.9.20.
| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||