MicroEMACS

Useful OpenVMS links
Post Reply
User avatar
issinoho
Site Admin
Posts: 241
Joined: Tue Feb 01, 2005 12:53 am
Location: Scotland
Contact:

MicroEMACS

Post by issinoho »

User avatar
issinoho
Site Admin
Posts: 241
Joined: Tue Feb 01, 2005 12:53 am
Location: Scotland
Contact:

Re: MicroEMACS

Post by issinoho »

First you'll have to use the "fixes" branch, i.e.

Code: Select all

$ git checkout fixes
And, in addition to the updates you've already made, you'll need to edit the options file as follows.

Code: Select all

$ diff meansi.opt
************
File DISK$TOOLS:[temp.MicroEmacs.ue500.vms]meansi.opt;4
   37   word.obj
******
File DISK$TOOLS:[temp.MicroEmacs.ue500.vms]meansi.opt;1
   37   word.obj,-
   38   sys$share:vaxcrtl/share
   39   universal=me$edit
************
This works for me in ANSI mode.

When building in SMG mode you'll also want to edit the file, mesmg.opt as above.
Post Reply