From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Xemacs 21.5.32 & org-8.03 almost Date: Sun, 09 Jun 2013 20:20:32 +0200 Message-ID: <877gi3p2mn.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlkET-0001BX-Ia for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 14:20:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlkER-0007RZ-SD for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 14:20:49 -0400 Received: from plane.gmane.org ([80.91.229.3]:41065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlkER-0007RO-KT for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 14:20:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UlkEN-00070r-3V for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 20:20:43 +0200 Received: from 171.pool85-55-19.dynamic.orange.es ([85.55.19.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jun 2013 20:20:43 +0200 Received: from oub by 171.pool85-55-19.dynamic.orange.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jun 2013 20:20:43 +0200 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 Hello I hope I am almost done with the installation. - First thanks to Achim Gratz for pointing out http://orgmode.org/worg/dev/org-build-system.html#sec-4-1-4 to set the compilation and built process correctly. - next, when I compiled installed and restarted xemacs using the 8.03 version I run into an error of the sort Wrong number of arguments: (lambda (obsolete-name current-name when &optional docstring) "$ad-doc: define-obsolete-function-alias$" (let (ad-return-value) (setq ad-return-value (ad-Orig-define-obsolete-function-alias obsolete-name current-name)) ad-return-value)), 2 This is now a common subject, define-obsolete-function-alias in xemacs still only accepts 2 arguments while GNU emacs accepts 3. (I had this issue for example in Ulf icalendar.el). I thought of wrapping (if (featurep 'xemacs) around the relevant code, till I found out that there is already a org-compat, so I added (require 'org-compat) and then the problem disappeared. - However I now receive: Cannot open load file: "org-version.el" and that puzzles me, I grepped by init files and looked for such a file but no avail. Is there anybody who could give me a hint? Thanks Uwe Brauer