From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: =?UTF-8?B?UmU6IEJ1ZzogSW5jb25zaXN0ZW5jeSB3aXRoIEMtUy1hIGFuZCBD?= =?UTF-8?B?LVMtZSBbOC4yLjEwIChyZWxlYXNlXzguMi4xMCBAIC91c3IvbG9jYWwvQ2Vs?= =?UTF-8?B?bGFyL2VtYWNzLW1hYy9lbWFjcy0yNC41LXotbWFjLTUuMTUvc2hhcmUvZW1h?= =?UTF-8?B?Y3MvMjQuNS9saXNwL29yZy8pXQ==?= Date: Thu, 28 Apr 2016 23:29:56 +0200 Message-ID: <87oa8tifqj.fsf@saiph.selenimh> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avtVf-0004mL-EY for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 17:30:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avtVc-0004Vl-4c for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 17:30:07 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:36296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avtVb-0004Vb-VU for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 17:30:04 -0400 In-Reply-To: (Mathieu Marques's message of "Tue, 26 Apr 2016 15:32:36 +0000") 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: Mathieu Marques Cc: emacs-orgmode@gnu.org Hello, Mathieu Marques writes: > In other modes, C-S-a and C-S-e behave as expected that is, move cursor > to the beginning/end of line while marking region. In other words, it > does what C-SPC C-a and C-SPC C-e would do. > > However in org-mode, C-a and C-e are bound to org-beginning-of-line and > org-end-of-line respectively. > In org-mode, C-S-e works as expected. But C-S-a does not. > > I have had these details over a discussion about my issue on /r/emacs: > > The interactive arg for both org-beginning-of-line and > org-end-of-line is "P". So it carries over the raw arguments > received by the command. So ^ is not needed. The reason C-S-e still > works as expected is because of (call-interactively 'end-of-line) in > org-end-of-line, and so the raw args are passed to end-of-line > without any modification. > > ~~Whereas we do not have (call-interactively 'beginning-of-line) in > org-beginning-of-line~~. > *Well, we do have (call-interactively 'move-beginning-of-line)*. > Instead we have goto-char calls to place the point before/after the > stars. Fixed in master. Thank you. Regards, -- Nicolas Goaziou