Emacs Auto-Overlays Manual

Next: , Up: (dir)


Emacs Auto-Overlays Manual

This manual describes the Emacs Auto-Overlays package, version 0.10

Copyright © 2007, 2008 Toby Cubitt

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".

An Emacs overlay demarcates a region of text in a buffer, often giving it a different face or changing other properties for that region. There are many circumstance in which it might be useful to create, update, and delete overlays automatically when text matches some criterion, specified for example by regular expressions. This is what the auto-overlays package addresses. It is intended as an Elisp library, providing functions to be used by other Elisp packages, so does not itself define any new interactive commands or minor modes.

--- The Detailed Node Listing ---

Emacs Auto-Overlays Manual

Auto-Overlay Functions

Extending the Auto-Overlays Package

Functions for Writing New Overlay Classes

Copying this Manual

Table of Contents