smalltalk_r.rc
author Claus Gittinger <cg@exept.de>
Mon, 10 Sep 2001 12:37:16 +0200
changeset 458 d27d5454b222
parent 399 5a842f5d7196
child 488 521e2d58f050
permissions -rw-r--r--
*** empty log message ***

"/
"/ $Header$
"/
"/ MIMEType: application/x-smalltalk-source
"/
"/ ST/X startup configuration & command file:
"/
"/ restart configuration for smalltalk
"/
"/ this file plays the role of smalltalk.rc when an image
"/ is restarted. Usually, everything should stay as it was,
"/ except for things like keyboard mapping (if running on another display)
"/
"/ notice, that all views and things have already been restored when this
"/ script is run ....
"/

"/
"/ this handles all variant display stuff
"/ (i.e. things which might change, when DISPLAY is set different)
"/
Smalltalk fileIn:'display.rc'.

"/
"/ this defines stuff relating to the machine we are running on
"/ (which may also be different after a snapIn)
"/
Smalltalk fileIn:'host.rc'.

"/
"/ if the image was saved with the dynamic compiler turned on,
"/ turn it on again.
"/ If you encounter any problems with it, remove the line below.
"/
ObjectMemory reEnableJustInTimeCompilation.
ObjectMemory oldSpaceCompressLimit:0.   "/ temporary kludge