emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [bug] orgstruct++-mode breaks backward-sentence


From: Nicolas Goaziou
Subject: Re: [O] [bug] orgstruct++-mode breaks backward-sentence
Date: Sat, 23 May 2015 21:35:38 +0200

Rasmus <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]