From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Interaction between org-special-ctrl-a/e and visual-line-mode in Org 9.2? Date: Mon, 21 Jan 2019 20:56:06 +0100 Message-ID: <87munthjjd.fsf@nicolasgoaziou.fr> References: <87ef99y7on.fsf@nicolasgoaziou.fr> <1a80daff-8ba9-34e1-4af8-e6af2b136830@att.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glfg4-0000sS-Ol for emacs-orgmode@gnu.org; Mon, 21 Jan 2019 14:56:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glfg3-0004lm-SE for emacs-orgmode@gnu.org; Mon, 21 Jan 2019 14:56:12 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:44031) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1glfg3-0004gM-5U for emacs-orgmode@gnu.org; Mon, 21 Jan 2019 14:56:11 -0500 In-Reply-To: <1a80daff-8ba9-34e1-4af8-e6af2b136830@att.net> (John Hutchinson's message of "Mon, 21 Jan 2019 09:40:40 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: John Hutchinson Cc: emacs-orgmode@gnu.org Hello, John Hutchinson writes: > Under org 9.1 (which works as expected), C-e is bound to "org-end-of-line= ". > > In org 9.2 (which does not work as expected) it's bound to > "end-of-visual-line". In Org 9.1, `org-end-of-line' is mapped to `C-e' whereas in Org 9.2, it remaps [move-end-of-line], whatever its binding is. The issue is that `visual-line-mode' does the same, hence the conflict. Remapping [move-end-of-line] doesn't force `C-e' on the user, so the current way has its advantages. > Restarting org-mode,=C2=A0 via "org-reload" or via "C-c C-c" in the initi= al > lines, does not change this behavior. I think `M-x org-mode' should be sufficient to bind `C-e' back to `org-end-of-line'. It is also possible to use `visual-line-mode-hook' to always set I'm not sure how to fix this from Org, tho. Thoughts? Regards, --=20 Nicolas Goaziou