From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: M-a bound to backward-sentence Date: Tue, 2 Nov 2010 16:07:08 +0100 Message-ID: References: <4CCFD618.4020707@online.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=44756 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDISA-0003xG-Fn for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 11:07:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDIS8-00082p-W2 for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 11:07:14 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:36245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDIS8-00082h-OR for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 11:07:12 -0400 Received: by ewy25 with SMTP id 25so3335718ewy.0 for ; Tue, 02 Nov 2010 08:07:11 -0700 (PDT) In-Reply-To: <4CCFD618.4020707@online.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?ISO-8859-1?Q?Andreas_R=F6hler?= Cc: emacs-orgmode On Nov 2, 2010, at 10:12 AM, Andreas R=F6hler wrote: > Hi > > inside a table > > M-a is bound to backward-sentence Hi Andreas, I get M-a runs the command org-backward-sentence, which is an interactive compiled Lisp function in `org.el'. It is bound to M-a. (org-backward-sentence &optional ARG) Go to beginning of sentence, or beginning of table field. This will call `backward-sentence' or `org-table-beginning-of-field', depending on context. Cheers > > which doesn't meet info. > > See screenshot attached. > > Checked from git-repo code > > Thanks > > Andreas > bug.png>_______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten