From mboxrd@z Thu Jan 1 00:00:00 1970 From: Meng Weng Wong Subject: suggestion: M-m should move point to first word on line Date: Fri, 8 Feb 2013 10:42:01 +0800 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3eLV-0001LW-V0 for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 22:09:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3eLT-0001AP-O0 for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 22:09:49 -0500 Received: from mail-ie0-x22b.google.com ([2607:f8b0:4001:c03::22b]:48669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3eLT-00019X-Io for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 22:09:47 -0500 Received: by mail-ie0-f171.google.com with SMTP id 10so4539689ied.30 for ; Thu, 07 Feb 2013 19:09:46 -0800 (PST) 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: "emacs-orgmode@gnu.org Mailing List" Ordinarily, M-m is bound to (back-to-indentation) =96 move point to the = first non-whitespace character on the line. It differs from C-a. Might it make sense for org-mode to override M-m? Move the point to the first "user" word on the line, to the first = non-asterisk/whitespace/dash/TODO character on the line.