Function: semantic-overlays-at
semantic-overlays-at is a function alias for overlays-at, defined in
buffer.c.
This function is obsolete since 27.1; use overlays-at instead.
Signature
(semantic-overlays-at POS &optional SORTED)
Documentation
Return a list of the overlays that contain the character at POS.
If SORTED is non-nil, then sort them by decreasing priority.
Zero-length (a.k.a. "empty") overlays that start and stop at POS are not
included in the return value. Use overlays-in if empty overlays are of
interest.
This function can return overlays outside of the current narrowing of the buffer if POS is outside of the narrowing.
Aliases
semantic-overlays-at (obsolete since 27.1)