PREV UP NEXT GNU Emacs Lisp Reference Manual

35.9: Overlays

You can use overlays to alter the appearance of a buffer's text on the screen, for the sake of presentation features. An overlay is an object that belongs to a particular buffer, and has a specified beginning and end. It also has properties that you can examine and set; these affect the display of the text within the overlay.

  • Overlay Properties How to read and set properties. What properties do to the screen display.
  • Managing Overlays Creating, moving, finding overlays.