Module intervals

Source

Structs§

IntervalIntersections 🔒
An iterator that yields all intersections in a given interval range, including empty gaps between nodes.
IntervalTree
ReverseIntervalIntersections 🔒
An iterator that yields all intersections in a given interval range in reverse order, including empty gaps between nodes.

Functions§

lookup_char_property 🔒
see lookup_char_property in intervals.c
remove_sym_from_props 🔒
Removes all occurrences of sym from the property list props.
set_cdr 🔒
textget 🔒
Get the value of property prop from plist, which is the plist of an interval. We check for direct properties, for categories with property prop, and for prop appearing on the default-text-properties list.