Function: reftex-make-overlay

reftex-make-overlay is a for make-overlay, defined in buffer.c.

This function is obsolete since 28.1; use make-overlay instead.

Signature

(reftex-make-overlay BEG END &optional BUFFER FRONT-ADVANCE REAR-ADVANCE)

Documentation

Create a new overlay with range BEG to END in BUFFER and return it.

If omitted, BUFFER defaults to the current buffer. BEG and END may be integers or markers. The fourth arg FRONT-ADVANCE, if non-nil, makes the marker for the front of the overlay advance when text is inserted there
(which means the text *is not* included in the overlay).
The fifth arg REAR-ADVANCE, if non-nil, makes the marker for the rear of the overlay advance when text is inserted there
(which means the text *is* included in the overlay).

Aliases

reftex-make-overlay (obsolete since 28.1) viper-make-overlay (obsolete since 27.1) ediff-make-overlay (obsolete since 27.1) speedbar-make-overlay (obsolete since 27.1) semantic-make-overlay (obsolete since 27.1)