From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: org-special-ctrl-a/e no longer has the expected effect Date: Mon, 17 Oct 2016 14:52:14 -0500 Message-ID: <87d1iy4utt.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwDxL-0004FC-Lw for emacs-orgmode@gnu.org; Mon, 17 Oct 2016 15:52:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwDxJ-00080R-0u for emacs-orgmode@gnu.org; Mon, 17 Oct 2016 15:52:19 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:51936) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwDxI-0007ze-T8 for emacs-orgmode@gnu.org; Mon, 17 Oct 2016 15:52:16 -0400 Received: from archdesk (wcnat-96-12.wheaton.edu [209.147.96.12]) by mail.messagingengine.com (Postfix) with ESMTPA id 1B59ACC086 for ; Mon, 17 Oct 2016 15:52:15 -0400 (EDT) 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 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. Thanks, Matt