I sometimes use (number-at-point), (string-at-point), (sexp-at-point) and I had a need for:
(list-at-point)
I want to be able to grab some text like:
a b c d
and use list-at-point to grab it as an elisp list, and then do some processing on it.
But I can't seem to get list-at-point to return anything but nil.
I'm using Emacs on windows, v22.3.1