The Automatic Overlays package allows you to define overlays that are created (and updated and destroyed) automatically when text in a buffer matches a regular expression.
Various classes of automatic overlay are provided, to make it easy to define matches for different text regions: words, lines, regions enclosed by start and end tags, or regions enclosed by delimiters. You can also define your own custom classes. Various classes of automatic overlay are provided, to make it easy to define matches different for different text regions: words, lines, regions enclosed by start and end tags, or regions enclosed by delimiters. You can also define your own custom classes. The sources are too big to post here, but can be downloaded from: http://www.dr-qubit.org/download.php?file=predictive/auto-overlays.tar.gz The package's web page can be found at: http://www.dr-qubit.org/emacs.php#overlay Changes in latest release: ========================== * regexp sets shared between more than one buffer can once again be enabled and disabled independently in each buffer * abstracted access to `auto-overlay-regexps' into accessor macros * bug fixes Toby Cubitt -- Quantum Information Theory group Department of Mathematics University of Bristol Bristol, UK _______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
