Sacha Chua <[email protected]> writes: > [...] > +(defun org--bounds-of-sentence-at-point () > + "`bounds-of-thing-at-point' provider function for sentences." > + (save-excursion > + (let* ((orig (point)) > + (sentence-end-double-space t) > [...]
Hard-wiring 'sentence-end-double-space' might not be the ideal solution for everyone? Otherwise looks promising. Just my two cents anyway. Hoping to have helped, --alex
