Emacs Lisp packages
Here is a list of add-on packages that I've written for the
GNU Emacs text
editor. They are licensed under the GNU General
Public License.
- alossage.el (version 0.9) ---
view-lossage with automatic refresh. Displays keystrokes that
you type in an automatically updating window, to help in
teaching Emacs to others.
- copy-chars.el (version 0.8) ---
automated typing by copying characters. Adds support for copying
data from a buffer to another a few characters at a time. Meant
mostly as an amusement to impress your friends with ("wow,
do you really type that fast?").
- cparen.el (version 1.0) ---
coloured parentheses in Lisp-derived modes. Makes font-lock-mode
more colourful, especially for Scheme mode, where parentheses
are coloured according to their syntactic meaning. This may make
it easier for beginners to understand Scheme code.
Riku.Saikkonen@hut.fi
(home page)