GNU-devel ELPA - cobol-mode

cobol-mode

Description
Mode for editing COBOL code
Latest
cobol-mode-1.1.0.20221221.74904.tar (.sig), 2024-Mar-31, 90.0 KiB
Maintainer
<emacs-devel@gnu.org>
Atom feed
cobol-mode.xml
Website
https://elpa.gnu.org/packages/cobol-mode.html
Browse repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

This COBOL mode features syntax highlighting for most modern COBOL dialects,
indentation, code skeletons, rulers, and basic formatting functions.
Highlighting changes with the code format, which can be specified using the
M-x customize menu.

This file should not be confused with Rick Bielawski's cobol-mode.el
(https://www.emacswiki.org/emacs/cobol-mode.el), which this mode attempts to
supersede.

Finally, I suggest installing auto-complete-mode, which makes typing
long keywords and variable names a thing of the past.
See https://github.com/auto-complete/auto-complete.

Known bugs:

* Switching source formats requires M-x customize settings to be changed,
  saved and cobol-mode to be unloaded then reloaded.
* Copying-and-pasting content in fixed-format sometimes results in content
  being pasted in column 1 and spaces inserted in the middle of it.
* The indentation code leaves a lot of trailing whitespace.
* Periods on their own line are sometimes indented strangely.
* String continuation does not work.

Missing features:

* Switch between dialect's reserved word lists via M-x customize (without
  unloading cobol-mode).
* Allow users to modify easily reserved word lists.
* Expand copybooks within a buffer.
* String continuation (see above).
* Allow users to modify start of program-name area.

Old versions

cobol-mode-1.1.0.20220829.154805.tar.lz2022-Aug-2918.4 KiB
cobol-mode-1.0.0.0.20220523.180204.tar.lz2022-May-2418.0 KiB
cobol-mode-1.0.0.0.20210327.33255.tar.lz2021-Mar-2717.9 KiB
cobol-mode-1.0.0.0.20210326.233255.tar.lz2021-Oct-0917.9 KiB
cobol-mode-1.0.0.0.20201128.51554.tar.lz2020-Dec-1417.9 KiB
cobol-mode-1.0.0.0.20201128.51554.tar.lz2020-Dec-1417.9 KiB

News

- A new submenu for skeletons.
- cobol-mode is now orphaned :-(
  We're looking for a generous soul willing to give it loving care.