[Oberon] Oberon/Linux Revival and Emacs.

Jan de Kruyf jan.de.kruyf at gmail.com
Sun Jul 5 19:42:03 CEST 2015


Here is a little something to be able to edit source-files in Emacs.
(No doubt there is a Vi version also)

open any source file and strip the cruft at the beginning and the end of
the file
(otherwise the file will not edit anymore in Oberon)

and add beyond the end of the source code: (BTRees.Mod as an example)
-----
.
.
BEGIN
Init()
     END BTrees.
     (* Local Variables:  *)
     (* coding: mac-roman *)
     (* tab-width: 2      *)
     (* End:              *)

------------

the first time you will have to set the coding temporarily to mac-roman
yourself, or add this stanza under Oberon.

Thereafter it will all be done automatically, just remember to strip the
cruft before you save in Emacs.

Cheers,

j.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.inf.ethz.ch/pipermail/oberon/attachments/20150705/3238a3c2/attachment.html 


More information about the Oberon mailing list