From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: Re: C-a in lists when org-special-ctrl-a/e Date: Mon, 23 Jan 2012 12:57:51 -0500 Message-ID: <878vky47z4.fsf@iro.umontreal.ca> References: <87fwf61sdk.fsf@iro.umontreal.ca> <87zkdeiafi.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpO9S-0003ba-8P for emacs-orgmode@gnu.org; Mon, 23 Jan 2012 12:57:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpO9R-0006RY-77 for emacs-orgmode@gnu.org; Mon, 23 Jan 2012 12:57:54 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:60928 helo=mercure.epsilon-ti.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpO9R-0006RR-2I for emacs-orgmode@gnu.org; Mon, 23 Jan 2012 12:57:53 -0500 In-Reply-To: <87zkdeiafi.fsf@gmail.com> (Nicolas Goaziou's message of "Mon, 23 Jan 2012 18:41:05 +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@gnu.org Nicolas Goaziou writes: > pinard@iro.umontreal.ca (Fran=C3=A7ois Pinard) writes: >> On check lists however, I would have expected a corresponding >> behavior. Currently, on the first C-a, the cursor moves back on the >> "[" character, while I think it should move after the space following >> "]". > According to the documentation: "In an item, this will be the position > after the bullet". Thus, that behaviour seems correct to me. Note > that check-boxes are not part of the bullet (text is indented below > them on second line of an item). The text says: When t, `C-a' will bring back the cursor to the beginning of the headline text, i.e. after the stars and after a possible TODO keyword. In an item, this will be the position after the bullet. It all depends if we read the letter or the spirit of the second sentence. "[ ]" is a kind of TODO, and "[X]" is a kind of DONE, as demonstrated by the commands `C-x -' and `C-x *'. That's why I quite naturally expect the cursor to be positioned after the check box. This is of course all debatable. I think the spirit and usefulness of org-special-ctrl-a/e would be better guaranteed, if the behavior was amended. Fran=C3=A7ois