From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: suggestion: M-m should move point to first word on line Date: Tue, 12 Feb 2013 17:33:29 +1030 Message-ID: <87halidnem.fsf@ucl.ac.uk> References: <87a9rahofk.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U59ww-0004CV-Ig for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 02:06:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U59wv-0008T4-CK for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 02:06:42 -0500 Received: from co1ehsobe002.messaging.microsoft.com ([216.32.180.185]:1308 helo=co1outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U59tk-0007qa-IG for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 02:03:24 -0500 In-Reply-To: <87a9rahofk.fsf@bzg.ath.cx> (Bastien's message of "Mon, 11 Feb 2013 16:15: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: Bastien Cc: "emacs-orgmode@gnu.org Mailing List" , Meng Weng Wong --=-=-= Content-Type: text/plain Bastien writes: [...] > Not to override `M-m' but perhaps to define "*" as a syntactic > whitespace character. > > Patch attached -- use with caution. I tested it a bit and it seems > to work, but not all tests pass and there may be side-effects that I > could not observe. Bastien, 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. I've tried this batch with org up to date a few minutes ago (ignore my signature info below as this emacs is running a slightly older org). Emacs was started with -Q. Debug trace: ,---- | Debugger entered--Lisp error: (args-out-of-range 85 88) | replace-match(" " nil nil "*" 1) | org-cycle-list-bullet(nil) | call-interactively(org-cycle-list-bullet) | org-ctrl-c-minus() | call-interactively(org-ctrl-c-minus nil nil) `---- Point was at column 0 of the first item in the attached minimal org file. I hope that's enough info... Thanks, eric -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.3.50.1 and Org 7.9.3e-975-g1eccd2 --=-=-= Content-Type: text/org Content-Disposition: attachment; filename="examplebug.org" #+TITLE: examplebug.org #+AUTHOR: Eric S Fraga * cycling list bullet points + the first item + the second item + and the third and last item --=-=-=--