Rasmus <ras...@gmx.us> writes:

> Actually when calling just backward-sentence this still seems broken.
>
> (mapcar (lambda (mode)
>         (with-temp-buffer
>           (text-mode)
>           (funcall mode)
>           (insert"- foo
>   bar")
>           (backward-sentence)
>           (point)))
>       '(text-mode org-mode turn-on-orgstruct++))
> => (1 9 9)
>
> It only works if I explicitly call org-backward-sentence, not
> backward-sentence.  In orgstruct-mode this seems unfortunate.

I think the best we can do is to hijack M-a/M-e when `orgstruct-mode' is
used. `orgtbl-mode' already does it actually.

WDYT?


Regards,

Reply via email to