Support for detecting something at point---a filename, URL, what-have-you.
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
val find : ?text_properties:bool ‑> t ‑> Ecaml.Text.t option
Find the given kind of thing at point, if any. If text_properties
is false (which is
the default), text properties are stripped from the returned string.
(describe-function 'thing-at-point)
val bounds : t ‑> (Ecaml.Position.t * Ecaml.Position.t) option
(describe-function 'bounds-of-thing-at-point)