Chill Mode

CHILL Mode

I have written a CHILL Mode for XEmacs. CHILL (CCITT High Level Language) is a general procedural programming language which is mainly used in the field of telecommunications.

Features

  • Indentation: changes the appearance of a CHILL program by inserting or deleting whitespace

  • Font Lock

  • Shortcuts for common expressions

Download

Please read the Copyright.

Current Version (20000506)

Old Versions

20000506 - First Release

HOW-TO:

This mode should work with XEmacs

Some Functions need a TAGS file - this has to be created with an external program put this in your .emacs file

(load "chill-mode")

for font lock

(add-hook 'chill-mode-hook      'turn-on-font-lock)

for function menu

(add-hook 'chill-mode-hook      'fume-add-menubar-entry)