From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas =?utf-8?b?R8O2c2VsZQ==?= Subject: Re: err... looking-back not defined in xemacs either Date: Mon, 23 Nov 2009 11:18:54 +0000 (UTC) Message-ID: References: <622E460E-B31D-4F6A-9D4A-E9CDE8B8BF05@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCWx3-0007g4-Uc for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 06:19:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCWwz-0007eP-22 for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 06:19:25 -0500 Received: from [199.232.76.173] (port=32861 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCWwy-0007eJ-Rv for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 06:19:20 -0500 Received: from lo.gmane.org ([80.91.229.12]:45720) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NCWwy-0002jQ-Am for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 06:19:20 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NCWwu-0001OB-Cz for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 12:19:16 +0100 Received: from host146.natpool.mwn.de ([138.246.7.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Nov 2009 12:19:16 +0100 Received: from goesele by host146.natpool.mwn.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Nov 2009 12:19:16 +0100 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: emacs-orgmode@gnu.org Carsten Dominik gmail.com> writes: > > Is there going to be a patch for that? Or is there at least a work- > > around? > > I cannot find enough context here, can someone please summarize for me > what this is about? The new functions org-cycle-level (org.el) and org-cycle-item-indentation (org-list.el) use looking-back which doesn't exit in XEmacs. So if I use tab to indent I get an error instead. As a matter of fact already org-mouse-end-headline, org-mouse-insert-item and org-mouse-context-menu in org-mouse.el use it, but I never encountered an error because of that. Thanks Andreas Gösele