h_sample_host.rc
changeset 69 ba1a5ff89bb5
parent 8 d82829c0d867
child 71 d928da24eaec
--- a/h_sample_host.rc	Sat Dec 23 20:17:02 1995 +0100
+++ b/h_sample_host.rc	Fri Jan 05 14:10:18 1996 +0100
@@ -26,63 +26,74 @@
  * printer type and printer command configuration 
  * - uncomment the one you have
  *"
-" " 
+
 PostscriptPrinterStream autoload.
-Smalltalk at:#Printer put:PostscriptPrinterStream
-" "
+Smalltalk at:#Printer put:PostscriptPrinterStream.
+
 !
 
-"
-HPLjetIIPrinterStream autoload.
-Smalltalk at:#Printer put:HPLjetIIPrinterStream
-" 
-!
+"/
+"/ HPLjetIIPrinterStream autoload.
+"/ Smalltalk at:#Printer put:HPLjetIIPrinterStream.
+"/
+
 
-"
-EpsonFX1PrinterStream autoload.
-Smalltalk at:#Printer put:EpsonFX1PrinterStream
-"
-!
+"/
+"/ EpsonFX1PrinterStream autoload.
+"/ Smalltalk at:#Printer put:EpsonFX1PrinterStream.
+"/                                                
+
 
 "*
  * this one for bsd-type real unixes
  *"
+"/
+"/ Printer printCommand:'lpr'. 
+"/
 
-"
-Printer printCommand:'lpr' 
-"             
-" "
-Printer printCommand:'lpr -Pdali'  
-" "           
+"*
+ * this one specifies a printer
+ *"
+"/
+"/ Printer printCommand:'lpr -Pdali'.  
+"/
 
-!
 
 "*
  * this one for sys5-type machines
  *"
-"
-Printer printCommand:'lp' 
-"
-!
+"/
+"/ Printer printCommand:'lp'. 
+"/
+
 
 "*
  * or even more fancy:
  *"
-" 
-Printer printCommand:'lp -d letterquality' 
-" 
-!
+"/
+"/ Printer printCommand:'lp -d letterquality'. 
+"/
+
 
 "*
- * and this is an example for remote printing
+ * and these are examples for remote printing
  *"
-"
-Printer printCommand:'rcmd ama lp -d letterquality'  
-"
-"
-Printer printCommand:'rsh avalon ''cat >/dev/lp'''  
-"
+"/
+" /Printer printCommand:'rcmd ama lp -d letterquality'.  
+"/
+"/
+"/Printer printCommand:'rsh avalon ''cat >/dev/lp'''.  
+"/
+
+"*
+ * ghostview viewing
+ *"
+"/
+"/ Smalltalk at:#Printer put:PostscriptPrinterStream.
+"/ Printer printCommand:'cat > /tmp/psfile ; ghostview psfile'.  
+"/
+
+
+Printer leftMargin:4.
+
 !
-
-Printer leftMargin:4!
-!