Next: , Previous: , Up: Annotations   [Contents][Index]


51.4 Locating Annotations

Function: annotations-in-region start end buffer

This function returns a list of all annotations in buffer which are between start and end inclusively.

Function: annotations-at &optional position buffer

This function returns a list of all annotations at position in buffer. If position is nil point is used. If buffer is nil the current buffer is used.

Function: annotation-list &optional buffer

This function returns a list of all annotations in buffer. If buffer is nil, the current buffer is used.

Function: all-annotations

This function returns a list of all annotations in all buffers in existence.