XEmacs CHILL Mode is a plugin for XEmacs. CHILL (CCITT High Level Language) is a general procedural programming language which is mainly used in the field of telecommunications.
Here are some key features of "XEmacs CHILL Mode":
· Indentation: changes the appearance of a CHILL program by inserting or deleting whitespace
· Font Lock
· Shortcuts for common expressions
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)
Requirements:
· XEmacs
Product's homepage