From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-special-ctrl-a/e no longer has the expected effect Date: Mon, 17 Oct 2016 22:56:41 +0200 Message-ID: <878ttm3d9y.fsf@nicolasgoaziou.fr> References: <87d1iy4utt.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwExi-00079S-Mf for emacs-orgmode@gnu.org; Mon, 17 Oct 2016 16:56:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwExf-0005AM-KU for emacs-orgmode@gnu.org; Mon, 17 Oct 2016 16:56:46 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:44436) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwExf-00057X-EN for emacs-orgmode@gnu.org; Mon, 17 Oct 2016 16:56:43 -0400 Received: from saiph (unknown [IPv6:2a03:a0a0:0:4301::b3c]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 69327A80C0 for ; Mon, 17 Oct 2016 22:56:40 +0200 (CEST) In-Reply-To: <87d1iy4utt.fsf@fastmail.fm> (Matt Lundin's message of "Mon, 17 Oct 2016 14:52:14 -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: Org Mode Hello, Matt Lundin writes: > Commit 8d2f0a441174c703ed0ed570e2f0eaf0da5d6aeb broke the expected > behavior org-beginning-of-line. > > Steps to reproduce: > > (setq org-special-ctrl-a/e '(nil . t)) ;; i.e., I want special > ;; treament of the end of a > ;; headline but not the > ;; beginning > > * A headline > ^ cursor initially here > > Press C-a > > Expected behavior: > > * A headline > ^ cursor moves here > > Actual behavior: > > * A headline > ^ cursor moves here > > This behavior is not what one would expect from the docstring of > org-special-ctrl-a/e. Fixed. Thank you. Regards, -- Nicolas Goaziou