- folding-mode.el
Last modified 11:14:34, 9 Aug 1993 - 60.3K - text
A folding minor-mode for emacs
from an emacs lisp archive. Dated 93-06-8.
Contributed by TERRENCE MONROE BRANNON <tb06@CS2.CC.Lehigh.edu>
Author: Jamie Lokier (u90jl@ecs.ox.ac.uk)
- occam-mode.el
Last modified 11:09:39, 20 Feb 1997 - 26.6K - text
An occam2 mode for GNU Emacs (19.3X or later) based on
the work of Jesper Larsson Traff and Jared C. Saia (below).
Changes are:
Added: more reserved words/keywords, IMenu support (19.31+),
font-lock support; Fixed `occam-comment-indent', enhanced
hilit19 support and other minor fixes .
Author: Phil Nitschke (phil@mrad.com.au)
- occam-mode.el.old
Last modified 15:44:01, 12 Aug 1994 - 18.9K - text
A further improved version (8th December 1993) of an occam2 major mode
for GNU emacs. The new changes are:
1) Added function occam-move-region which indents/unindents a block of
text the number of spaces specified by a prefix argument
2) Added feature to always show the keyword in the current scope
(similar to blink matching paren) when backspacing.
3) Added hillit functionality to occam mode (auto highlight of
keywords, etc.) Requires emacs 19 or later to use this feature.
Author: Jared Saia (saia@itl.atr.co.jp)
- occam-mode.el.oldest
Last modified 10:56:19, 27 May 1993 - 6.4K - text
OCCAM mode for GNU emacs including automatic capitalisation of
keywords and indenting according to the occam rules. Written
by Jesper Larsson Traff, DIKU autumn 1989. Compiler support
for INMOS toolset using C-c C-c to run make and C-c C-e to step
through errors added by David Beckett, UKC. [Emacs 18.58]
- toolset-compile.el
Last modified 10:57:40, 27 May 1993 - 12.0K - text
Simple modification of compile.el to parse the output of the
INMOS toolset compilers and step through the error messages.
Written by David Beckett, UKC. [Emacs 18.58]