From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: suggestion: M-m should move point to first word on line Date: Fri, 15 Feb 2013 12:02:48 +0100 Message-ID: <87a9r5g5o0.fsf@bzg.ath.cx> References: <87a9rahofk.fsf@bzg.ath.cx> <87halidnem.fsf@ucl.ac.uk> <87pq06x9yw.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6JlZ-00079O-TZ for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 06:47:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6JlT-0003rk-38 for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 06:47:45 -0500 Received: from mail-ea0-f176.google.com ([209.85.215.176]:35693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6JlS-0003rR-TL for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 06:47:39 -0500 Received: by mail-ea0-f176.google.com with SMTP id a13so1388978eaa.21 for ; Fri, 15 Feb 2013 03:47:38 -0800 (PST) In-Reply-To: <87pq06x9yw.fsf@bzg.ath.cx> (Bastien's message of "Tue, 12 Feb 2013 08:33:27 +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: Eric Fraga Cc: "emacs-orgmode@gnu.org Mailing List" , Meng Weng Wong Hi, Bastien writes: > Eric S Fraga writes: > >> this seems to cause a problem with org-ctrl-c-minus when trying to cycle >> a bullet point past +. That is, it works if the bullet is - so you can >> cycle to the next which is + but you cannot cycle past that. > > Attached patch (against master) fixes this problem. I'm not applying this patch. I don't think there is a real need to make * characters as whitespaces, and checking against whitespaces syntax chars happens to often in the code for such a change to be safe. -- Bastien