Support for detecting something at point---a filename, URL, what-have-you.
type t =
| Defun
| Email
| Filename
| Line
| List
| Number
| Page
| Sentence
| Sexp
(** Any string containing only characters in chars, which is a regexp character
alternative (i.e. a string that would go between square brackets in a regexp). *)
val find : ?text_properties:bool ‑>t‑>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.