From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: bug#30961: Byte compilation problem with emacs-org Date: Sat, 31 Mar 2018 10:23:04 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2Bnw-0007jv-Rc for bug-guix@gnu.org; Sat, 31 Mar 2018 04:24:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f2Bnu-00023D-5z for bug-guix@gnu.org; Sat, 31 Mar 2018 04:24:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52744) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f2Bnt-00022p-W0 for bug-guix@gnu.org; Sat, 31 Mar 2018 04:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f2Bnt-0007c9-NB for bug-guix@gnu.org; Sat, 31 Mar 2018 04:24:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 30961@debbugs.gnu.org Konrad Hinsen writes: > I tried to remove the old org-mode from load-path during byte > compilation of the new version by manipulating EMACSLOADPATH, so far > without success. If Emacs' basic "lisp" dir is not on EMACSLOADPATH, I managed to do this in the end, and it does solve the problem. So it seems that merely having the old version on load-path, without ever loading it, is sufficient to break byte compilation of the new version. I will try to prepare a patch for fixing this. Konrad.