gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] Anybody use emacs to code COBOL?


From: Ehud Karni
Subject: Re: [open-cobol-list] Anybody use emacs to code COBOL?
Date: Thu, 6 Aug 2009 18:12:22 +0300

On Wed, 5 Aug 2009 16:00:37 Duke Normandin wrote:
>
> Any major-mode recommendations?

You can use my own cobol.el ( http://t-e-k.biz/els/cobol.el ).
Just load it with (load-library "cobol.el").  It is very old, and not
of much use (it used obsolete syntax highlighting that was removed).
It has 2 useful commands: `parse-cobol-data' and `parse-cobol-proc',
assign them to keys (I used Alt-D and Alt-P) and check it.  If you you
want to add more setting you can use the 'cobol-mode-hook'.  On loading
it associate files with .cbl / .eco / .cp* with the cobol mode.  You
can add your own suffixes (look near the bottom of the cobol.el).

>
> Any other environment recommendation?

I suggest to write a small script for compilation that will have all
your defaults and have as it 1st argument the source name to compile.

Ehud.


--
 Ehud Karni           Tel: +972-3-7966-561  /"\
 Mivtach - Simon      Fax: +972-3-7976-561  \ /  ASCII Ribbon Campaign
 Insurance agencies   (USA) voice mail and   X   Against   HTML   Mail
 http://www.mvs.co.il  FAX:  1-815-5509341  / \
 GnuPG: 98EA398D <http://www.keyserver.net/>    Better Safe Than Sorry


reply via email to

[Prev in Thread] Current Thread [Next in Thread]