After quite a long break, I'm happy to announce the release of a new
version of inform-mode, a major mode for editing Inform 6 files in
Emacs. You can download it from:
http://www.rupert-lane.org/inform-mode/
It should also be available on
ifarchive.org soon.
This version contains a number of bug fixes, improvements and brings
it up to date with recent versions of Emacs.
New features:
* Can now use customize to edit preferences
* Improved tags generation to match directives and objects
declared with class name
* Added a Makefile and documentation to make installation easier
Bug fixes:
* Added missing Inform keywords, directives and properties
* Fixed font-lock error with multiple keywords, eg 'else return'
* Fixed byte-compile errors and warnings
* Fixed bug in next-error on Emacs (22+)
If you find any bugs or have comments please report them to me at
rup...@rupert-lane.org
I am also interested in patches or any ideas you have to improve the
mode. The development version can be obtained via the git repository:
git clone
http://www.rupert-lane.org/inform-mode/inform-mode.git
There's also an Atom/RSS feed where future versions will be announced
at:
http://www.rupert-lane.org/inform-mode/news.xml
R