From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: =?UTF-8?B?W0JVR10gYG9yZy1sb2FkLW5vZXJyb3ItbXVzdHN1ZmZpeMK0IGlz?= =?UTF-8?B?IG5vdCBkZWZpbmVkLCBpbnRyb2R1Y2VkIGJ5IDU0ODRhMzNi?= Date: Thu, 10 Jan 2013 09:08:06 -0700 Message-ID: <87a9sh3tsp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtKg0-0002Wq-14 for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 11:08:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtKfy-000299-3a for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 11:08:19 -0500 Received: from mail-ie0-f174.google.com ([209.85.223.174]:64117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtKfx-000295-UO for emacs-orgmode@gnu.org; Thu, 10 Jan 2013 11:08:18 -0500 Received: by mail-ie0-f174.google.com with SMTP id c11so983471ieb.5 for ; Thu, 10 Jan 2013 08:08:17 -0800 (PST) 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: Org Mode Mailing List Hi, Recently my Emacs start up fails when I (require 'org) because the function `org-load-noerror-mustsuffix' is undefined. I was able to fix this by checking out the version previous to commit 5484a33b [1]. Best, Footnotes:=20 [1] commit 5484a33b8d1382958095922bc9bc2bd6f1d9ffc6 Author: Achim Gratz Date: Sun Jan 6 18:24:56 2013 +0100 Compatibility: Use org-load-noerror-mustsuffix =20=20=20=20 * lisp/org-macs.el: New macro to allow the 5-argument form of load to be used where possible without breaking compatibility with XEmacs. =20=20=20=20 * lisp/org.el (org-version, org-reload): Use `org-load-noerror-mustsuffix=C2=B4 instead of adding a fifth argument= to load directly. Guard against undefined variable load-suffixes, which doesn't exist in XEmacs. =20=20=20=20 Since load-suffixes doesn't exist in XEmacs, (org-reload 'uncompiled) will not work. If it doesn't complicate the compatibility macro too much this can be added later. --=20 Eric Schulte http://cs.unm.edu/~eschulte