*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 23 Apr 1996 20:46:06 +0200
changeset 104 b9ab60d45f9b
parent 103 9f5c03497b38
child 105 f8a99803ecec
*** empty log message ***
h_sample_host.rc
private.rc
--- a/h_sample_host.rc	Tue Apr 23 20:45:42 1996 +0200
+++ b/h_sample_host.rc	Tue Apr 23 20:46:06 1996 +0200
@@ -18,34 +18,35 @@
 !
 
 "*
- * printer type configuration 
- * - uncomment the one you have
- *"
-Stdout showCr:'configuring printer ...'!
-
-"*
- * printer type and printer command configuration 
+ * printer configuration 
  * - uncomment the one you have
  *"
 
+Stdout showCr:'configuring printer ...'!
+
 "/ PostscriptPrinterStream autoload.
 "/ Smalltalk at:#Printer put:PostscriptPrinterStream.
 
-!
-
 "/
 "/ HPLjetIIPrinterStream autoload.
 "/ Smalltalk at:#Printer put:HPLjetIIPrinterStream.
 "/
 
-
 "/
 "/ EpsonFX1PrinterStream autoload.
 "/ Smalltalk at:#Printer put:EpsonFX1PrinterStream.
 "/                                                
 
+"*
+ * define the printCommands presented in the launchers
+ * settings menu:
+ *"
+"/ Printer defaultCommands:#('lpr' 'lpr -h' 'cat | rsh <host> lpr -h')
 
 "*
+ * define the initial printCommand:
+ *
+ *
  * this one for bsd-type real unixes
  *"
 "/
--- a/private.rc	Tue Apr 23 20:45:42 1996 +0200
+++ b/private.rc	Tue Apr 23 20:46:06 1996 +0200
@@ -62,6 +62,8 @@
 View defaultStyle:#iris.
 "/ View defaultStyle:#motif.
 
+
+
 "/ add my private directories to the searchPath ...
 "/ This does not make sense in your environment.
 "/ However, I leave the code here to show how its done.