2

I'm in the process of moving a lot of my editing to emacs (currently 23.3.1).

I'm looking for (two separate) major modes for emacs that will handle Rexx and z/Assembler, preferably including syntax highlighting, code and structure completion, and code formatting.

Any suggestions, please?

Brent.Longborough
  • 9,567
  • 10
  • 42
  • 62

2 Answers2

2

An obsolete mode for Rexx can be found at Emacsattic. This was last updated towards the end of 2011.

There is an even older (2007) mode called Z390-mode that can be downloaded from Sourceforge, that was written for s370-Z900.

MikeT
  • 51,415
  • 16
  • 49
  • 68
1

For anyone interested, I have forked the Emacsattic to pierre-rouleau/rexx-mode and added some features:

  • imenu/speedbar support to list REXX files and their defined procedures,
  • move to next/previous procedure.

If anyone knows if there's a home for the original code, let me know; i'd like to contribute the changes to that code if possible.

PRouleau
  • 150
  • 6