I am currently porting some Squeak code from Squeak 3.6 to Squeak 3.8 <br>(on a linux system).&nbsp; I have the following problem:<br><br>&nbsp;When I load a .st file&nbsp; all the&nbsp; &quot;_&quot; characters (displayed as &quot;&lt;-&quot;) are
<br>&nbsp;converted to&nbsp; the string&nbsp; &quot;:=&quot;.&nbsp; <br>&nbsp;HOW DO I TURN THIS &quot;FEATURE&quot; OFF!!!<br>&nbsp;Is the &quot;_&quot; character for assigment being deprecated?<br>&nbsp;Am I expected to use&nbsp; &quot;:=&quot; for assignment form now on?
<br><br>Some additional grumplings:<br><br>&nbsp;2)&nbsp; Since I am running linux I must go to the FileStream class<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and modify method &quot;concreteStream&quot;&nbsp; to return:&nbsp; &quot;CrLfFileStream&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; so that my code has the proper carriage returns in them when
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I file them in.&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It seems to me that I shouldn't have to do this<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and that Squeak should handle this situation automatically, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; possibly by storing a special flag in each .st file <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; indicating the rule applied, regarding carriage returns, 
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; when the file was generated.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If the flag is missing Squeak behavior would revert back <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to the current situation.<br><br>&nbsp; 3)&nbsp; There is no inisqueak command <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; even though the documentation (man squeak) says there is.&nbsp; 
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This is confusing.&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This was the situation with Squeak 3.6 as well.<br><br>&nbsp; 4)&nbsp; Even though I have installed Squeak 3.8,&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the command&nbsp; squeak -version returns&nbsp; Squeak 3.7.7.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I assume this is because the virtual machine is&nbsp; 
3.7.7<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; or something like that.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Inside&nbsp; Squeak&nbsp; help- &quot;about this system&quot; returns Squeak 3.8 though.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp; 4)&nbsp; I do find the installation process confusing in general.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A ReadMe file to be read from a linux shell would be helpful.
<br><br>&nbsp; 5)&nbsp; Squeak&nbsp; 3.6&nbsp; had a &quot;usefull commands&quot; window which I found<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; quite useful as a Squeak beginner.&nbsp; There doesn't seem to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; be such a window in 3.8.<br><br>Hopefully someone will post a solution to my problem.
<br>Comments on my grumplings most welcome.<br><br>Thanks<br><br>Ralph Boland<br><br>