<div dir="ltr">Here is a little something to be able to edit source-files in Emacs.<div>(No doubt there is a Vi version also)</div><div><br></div><div>open any source file and strip the cruft at the beginning and the end of the file</div><div>(otherwise the file will not edit anymore in Oberon)</div><div><br></div><div>and add beyond the end of the source code: (BTRees.Mod as an example)</div><div>-----</div><div>.</div><div>.</div><div><div>BEGIN</div><div><span class="" style="white-space:pre">        </span>Init()</div><div>     END BTrees.</div><div>     (* Local Variables:  *)</div><div>     (* coding: mac-roman *)</div><div>     (* tab-width: 2      *)</div><div>     (* End:              *)</div></div><div><br></div><div>------------</div><div><br></div><div>the first time you will have to set the coding temporarily to mac-roman yourself, or add this stanza under Oberon.</div><div><br></div><div>Thereafter it will all be done automatically, just remember to strip the cruft before you save in Emacs.</div><div><br></div><div>Cheers,</div><div><br></div><div>j.</div><div><br></div><div><br></div><div><br></div></div>