From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: M-a bound to backward-sentence Date: Wed, 3 Nov 2010 23:32:19 +0100 Message-ID: <8C718441-AC36-4B63-8D25-0C6489CAD4A4@gmail.com> References: <4CCFD618.4020707@online.de> <4CD11BCD.3050001@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=53406 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDop2-0002Fq-4D for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 21:41:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDlsW-0003L6-Fx for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 18:32:25 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:45174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDlsW-0003Kw-A7 for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 18:32:24 -0400 Received: by ewy25 with SMTP id 25so827943ewy.0 for ; Wed, 03 Nov 2010 15:32:23 -0700 (PDT) In-Reply-To: <4CD11BCD.3050001@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 3, 2010, at 9:22 AM, Andreas R=F6hler wrote: > Am 02.11.2010 16:07, schrieb Carsten Dominik: >> >> 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) > > Hi Carsten, > > thanks. Error was in my way to load the devel version > > Have been told to follow instructions and load > > ;; (load "~/org-mode/lisp/org-install.elc") By who? the right customization is (require 'org-install). ANd, when you are using git, you need to *make* org-install.el yourself. *Alternatively, you can also do (require 'org), but this only works because people apparently do overlook the org-install part in the installation instructions. - Carsten > > However, it works here that way: > > (load "~/org-mode/lisp/org.el") > > Do you have an idea whats the reason? > > Maybe it's useful to drop some note how to load the devel code. > > Thanks again > > Andreas > > >> >> 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 >> >> >> >> >