smalltalk.rc
changeset 8 d82829c0d867
parent 7 57c09d1b7f69
child 10 43d0db9ff204
--- a/smalltalk.rc	Mon Oct 10 04:36:13 1994 +0100
+++ b/smalltalk.rc	Mon Nov 21 18:37:56 1994 +0100
@@ -2,15 +2,29 @@
  * $Header$
  * startup configuration for smalltalk
  *
- * everything in here are plain smalltalk expressions
- * statements with in a group are separated by a period.
- * each group of statements has to be delimited by an exclamation
- * character.
- * avoid exclas in comments (or double them)
- * nested comments are not allowed - take care.
- * (this is fileOut-format)
+ * - everything in here are plain smalltalk expressions;
+ * - statements with in a group are separated by a period.
+ * - Each group of statements has to be delimited by an exclamation
+ *   character.
+ * - avoid exclas in comments (or double them)
+ * - nested comments are not allowed - take care.
+ *
+ * remember: this is fileOut-format
+ *
+ * comments can be either:
+ * - standard smalltalk comments (i.e. from dquote to dquote)
+ * - ST/X end of line comments (i.e. dquote followed by /)
+ *
+ * PLEASE: only addthings here, if they are of general interrest
+ *         and NEITHER site specific NOT display specific.
+ *
+ * For example, add missing national keyboard mappings.
+ * If you
  *"
 
+"this is a comment"
+"/ another comment
+
 "*
  * just a quick check, if this ST/X installation seems to
  * be halfway complete (it happened to some people, that
@@ -51,6 +65,7 @@
     '***** your path is: ' errorPrint.
     Smalltalk systemPath asArray storeString errorPrintNL.
     '*****' errorPrintNL.
+    '***** Try "make source bitmaps resources styles" to fix this.' errorPrintNL.
     '***********************************************************************' errorPrintNL.
 ]
 !