emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: org-indent-mode with visual-line-mode breaks C-a and C-e


From: Nicolas Goaziou
Subject: Re: [O] Bug: org-indent-mode with visual-line-mode breaks C-a and C-e
Date: Sat, 01 Apr 2017 10:13:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hello,

Thibault Polge <address@hidden> writes:

> With visual-line-mode and org-indent-mode activated, C-a and C-e
> misbehaves on indented text blocks.  C-a and C-e sometimes start jumping
> over lines (ie, go backwards or forward one extra line) and sometimes
> even reverses direction (C-e goes backward). I can reproduce this from
> emacs -Q with builtin Org 8.2.10. The issue can also be reproduced
> without enabling org-indent-mode, although it is much less severe
> without it.

C-a, aka `org-beginning-of-line', merely calls
`beginning-of-visual-line' when Visual Line mode is active. Would it be
possible that the bug lies in that function? I.e., could you try
reproducing the bug just calling `beginning-of-visual-line'?

If my assumption is true, you could report the problem to Emacs devs
instead.

Regards,

-- 
Nicolas Goaziou



reply via email to

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