h_sample_host.rc
changeset 609 f0f51d4a0066
parent 399 5a842f5d7196
--- a/h_sample_host.rc	Sat Mar 20 01:09:02 2004 +0100
+++ b/h_sample_host.rc	Sat Mar 20 01:43:29 2004 +0100
@@ -1,4 +1,6 @@
 "*
+ * Encoding: iso8859-1
+ *
  * $Header$
  *
  * MIMEType: application/x-smalltalk-source
@@ -21,7 +23,7 @@
 !
 
 "*
- * printer configuration 
+ * printer configuration
  * - uncomment the one you have
  *"
 
@@ -40,7 +42,7 @@
 "/
 "/ EpsonFX1PrinterStream autoload.
 "/ Smalltalk at:#Printer put:EpsonFX1PrinterStream.
-"/                                                
+"/
 
 "*
  * define the printCommands presented in the launchers
@@ -55,14 +57,14 @@
  * this one for bsd-type real unixes
  *"
 "/
-"/ Printer printCommand:'lpr'. 
+"/ Printer printCommand:'lpr'.
 "/
 
 "*
  * this one specifies a printer
  *"
 "/
-"/ Printer printCommand:'lpr -Pdali'.  
+"/ Printer printCommand:'lpr -Pdali'.
 "/
 
 
@@ -70,7 +72,7 @@
  * this one for sys5-type machines
  *"
 "/
-"/ Printer printCommand:'lp'. 
+"/ Printer printCommand:'lp'.
 "/
 
 
@@ -78,7 +80,7 @@
  * or even more fancy:
  *"
 "/
-"/ Printer printCommand:'lp -d letterquality'. 
+"/ Printer printCommand:'lp -d letterquality'.
 "/
 
 
@@ -86,10 +88,10 @@
  * and these are examples for remote printing
  *"
 "/
-" /Printer printCommand:'rcmd ama lp -d letterquality'.  
+" /Printer printCommand:'rcmd ama lp -d letterquality'.
 "/
 "/
-"/Printer printCommand:'rsh avalon ''cat >/dev/lp'''.  
+"/Printer printCommand:'rsh avalon ''cat >/dev/lp'''.
 "/
 
 "*
@@ -97,8 +99,8 @@
  *"
 "/
 "/ Smalltalk at:#Printer put:PostscriptPrinterStream.
-"/ Printer printCommand:'cat > /tmp/psfile ; ghostview psfile'.  
-"/ Printer printCommand:'cat > /tmp/psfile'.  
+"/ Printer printCommand:'cat > /tmp/psfile ; ghostview psfile'.
+"/ Printer printCommand:'cat > /tmp/psfile'.
 "/