From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: org-beginning-of-line, org-end-of-line, and visual line mode Date: Mon, 05 Nov 2012 20:02:23 +0100 Message-ID: References: <87390oc88e.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVRwO-0002Gq-Gr for emacs-orgmode@gnu.org; Mon, 05 Nov 2012 14:02:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVRwJ-0002wI-LG for emacs-orgmode@gnu.org; Mon, 05 Nov 2012 14:02:32 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:4478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVRwJ-0002vs-En for emacs-orgmode@gnu.org; Mon, 05 Nov 2012 14:02:27 -0500 In-Reply-To: <87390oc88e.fsf@gmail.com> (Nicolas Goaziou's message of "Mon, 05 Nov 2012 17:41:53 +0100") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I'm using a very recent version of org-mode (compiled earlier today from >> git), and I see that using visual-line-mode, the "org-beginning-of-line" >> goes to the beginning of the visual line (it does not ignore soft line >> breaks), whereas "org-end-of-line" goes to the end of the real line (it >> ignores soft line breaks). The FAQ says that this used to be broken back >> in 2009, but does not mention this asymmetry. Is this a bug? > > This is a bug, which should be fixed now. Could you confirm it? Yes, it's working. > Thanks for reporting this. And thanks for fixing it so quickly! Alan