From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dr. Volker Zell" Subject: xemacs error when calling org-install Date: Wed, 08 Dec 2010 10:06:19 +0100 Message-ID: <7zbp4wljlg.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=48756 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQFxy-0001TQ-Lc for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 04:05:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQFxx-00047g-BG for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 04:05:38 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]:22779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQFxx-00047Z-55 for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 04:05:37 -0500 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id oB895XVF016647 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 8 Dec 2010 09:05:35 GMT Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id oB88hqjL018940 for ; Wed, 8 Dec 2010 09:05:30 GMT 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 Hi Under xemacs when calling the following from org-mode-7.3 I get: (require 'org-install) -> Wrong number of arguments: custom-autoload, 3 This is because xemacs defines custom-autoload only with two arguments: `custom-autoload' is a compiled Lisp function -- loaded from "/misc/src/release/xemacs-21.5.28-3/src/xemacs-21.5.28/lisp/custom.elc" (custom-autoload SYMBOL LOAD) Documentation: Mark SYMBOL as autoloaded custom variable and add dependency LOAD. Ciao Volker