Updated:
Major mode for editing Eiffel files
NEW VERSIONS The latest version of this mode is always available via: http://meltin.net/hacks/emacs/ INSTALLATION To install, simply copy this file into a directory in your load-path and add the following two commands in your .emacs file: (add-to-list 'auto-mode-alist '("\\.e\\'" . eiffel-mode)) (autoload 'eiffel-mode "eiffel" "Major mode for Eiffel programs" t)