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
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)
Links
XEmacs
CHILL
Freshmeat/Freecode
Copyright
Copyright (C) 1995-2000 August Hörandl
Parts Copyright (C) 1995 Eva Bahr-Kitzler
Parts Copyright (C) 2000 Martin G C Davies
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
Disclaimer Most of this program was written and tested during my time at Alcatel Austria. Alcatel Austria disclaims all copyright interests in the program. This software isn't released by Alcatel Austria and Alcatel Austria won't provide any support and/or warranty.