From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: org-babel and Xemacs incompatibilities Date: Tue, 25 May 2010 17:36:05 -0600 Message-ID: <87bpc3mu56.fsf@gmail.com> References: <7z1vdiztxi.fsf@vzell-de.de.oracle.com> <877hn2rudj.fsf@gmail.com> <7zsk5gqlhw.fsf@vzell-de.de.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=38387 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OH6wc-0000Qy-Ml for emacs-orgmode@gnu.org; Tue, 25 May 2010 23:06:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OH3fP-0006Cy-6e for emacs-orgmode@gnu.org; Tue, 25 May 2010 19:36:12 -0400 Received: from mail-px0-f169.google.com ([209.85.212.169]:61563) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OH3fP-0006Cr-1q for emacs-orgmode@gnu.org; Tue, 25 May 2010 19:36:11 -0400 Received: by pxi12 with SMTP id 12so5728492pxi.0 for ; Tue, 25 May 2010 16:36:09 -0700 (PDT) In-Reply-To: <7zsk5gqlhw.fsf@vzell-de.de.oracle.com> (Volker Zell's message of "Tue, 25 May 2010 13:16:59 +0200") 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: "Dr. Volker Zell" Cc: sperber@deinprogramm.de, emacs-orgmode@gnu.org Hi Volker, Thanks for pointing these out, replies in-line below "Dr. Volker Zell" writes: >>>>>> Eric Schulte writes: > > > Hi, > > A patch has just been applied to the org-mode repository which should > > fix this issue. > > > Please let me know if the issue remains. > > This issue is gone now.but two others show up when executing code blocks with C-c C-c > in xemacs-21.4.22: > > Symbol's value as variable is void: small-temporary-file-directory > > which can be solved by copying the definition from files.el from emacs-23.2 > This should be fixed. > > and > > Symbol's function definition is void: line-number-at-pos > I've replaced the calls to `line-number-at-pos' with a single call to `count-lines'. Is count lines (also part of simple.el) also missing from xemacs? If so what's the normal work around in these situations, would I add the definition into the org-babel source, or can I require xemacs users to download and install the file linked in your email, or some other option? Thanks -- Eric > > which can be solved by downloading linum.el from > > o http://stud4.tuwien.ac.at/~e0225855/linum/linum.html > > Ciao > Volker >