Emacs

Emacs is the mother of all editors. I am using Emacs as text editor for various purposes. To simplify things I have written several extensions to Emacs. Some of those are provided here.

I am normally using GNU Emacs. The extensions provided here should work with other incarnations of Emacs as well.

multi-mode

multi-mode enables the use of several modes in one buffer. The switching between the modes is performed automatically. The use of this mode is very useful for mixed documents like program code and embedded documentation.

mehr...

iso-tex

iso-tex provides the functionality to temporarily transform (La)TeX sources during the editing in Emacs into Latin-1. The file saved contains portable TeX macros.

mehr...

iso-html

iso-html provides the functionality to temporarily transform HTML sources during the editing in Emacs into Latin-1. The file saved contains portable HTML entities.

mehr...

prolog-indent

I have found nothing appropriate to format my Prolog code according to my requirements. Thus I have written an Emacs module.

mehr...