Jump to content

GNU Emacs

From EDM2
Revision as of 17:04, 4 October 2017 by Ak120 (talk | contribs) (Created page with "==Versions== * May 1992: GNU Emacs 18.58.3 for OS/2 2.0 [https://stuff.mit.edu/afs/sipb/project/os2/ftp/emacs/ download] * 1995: GNU Emacs 19.30 * May 1996: GNU Emacs 19.31 * ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Versions

  • May 1992: GNU Emacs 18.58.3 for OS/2 2.0 download
  • 1995: GNU Emacs 19.30
  • May 1996: GNU Emacs 19.31
  • Aug 1996: GNU Emacs 19.33
  • Jul 1999: GNU Emacs 20.3.1
  • Latest OS/2 version: v.20.6
  • Latest version: 25.2 (2017)

Syntax highlighting

Emacs traditionally does not support syntax highlighting, so you had to write your own mode for that to happen (mode is GNU speak for a filter), the version available for OS/2 used an older method to make this happen so the tutorials on the net are not 100% applicable, but you can use the Modula-2 mode listed in the links section below as a model for your own mode. It is not as difficult as it may seem at first.

License

Links