2004-02-12 09:48:39 -05:00
|
|
|
The package REINITIALIZERS allows the user to specify code that is
|
|
|
|
executed on every start of scsh, provided a heap image containing the
|
|
|
|
reinitializer is used.
|
|
|
|
|
2004-03-27 02:44:22 -05:00
|
|
|
================================================================================
|
|
|
|
|
|
|
|
After installation, use the switch
|
|
|
|
|
|
|
|
-lel heap-images/load.scm
|
|
|
|
|
|
|
|
to load this library.
|
|
|
|
|
|
|
|
================================================================================
|
|
|
|
|
|
|
|
|
2004-02-12 09:48:39 -05:00
|
|
|
Procedures:
|
|
|
|
|
|
|
|
(make-reinitializer thunk) -> reinitializer
|
|
|
|
|
|
|
|
Creates a reinitializer that runs THUNK on every start of the system.
|
|
|
|
The returned reinitializer should be saved in a global variable to
|
|
|
|
ensure that it is reachable for the garbage collector and saved in the
|
|
|
|
heap image.
|