From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Nicola Barbato Subject: bug#38399: Recent $EMACSLOADPATH changes break emacs-org Date: Wed, 27 Nov 2019 11:00:58 +0100 Message-ID: <87v9r58wpx.fsf@GlaDOS.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59194) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZu95-0006v9-Pt for bug-guix@gnu.org; Wed, 27 Nov 2019 05:02:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZu94-0007lk-PB for bug-guix@gnu.org; Wed, 27 Nov 2019 05:02:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:47485) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iZu94-0007lZ-Lq for bug-guix@gnu.org; Wed, 27 Nov 2019 05:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iZu94-0003tS-Ha for bug-guix@gnu.org; Wed, 27 Nov 2019 05:02:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:59072) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZu8A-00069f-Ty for bug-guix@gnu.org; Wed, 27 Nov 2019 05:01:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZu86-0006qi-28 for bug-guix@gnu.org; Wed, 27 Nov 2019 05:01:06 -0500 Received: from mout02.posteo.de ([185.67.36.66]:54119) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iZu85-0006pt-Jd for bug-guix@gnu.org; Wed, 27 Nov 2019 05:01:02 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 8F05C2400E6 for ; Wed, 27 Nov 2019 11:00:59 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 47NGVy5822z9rxR for ; Wed, 27 Nov 2019 11:00:58 +0100 (CET) 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: 38399@debbugs.gnu.org Hi Guix, Since the recent changes to the way Guix handles Emacs packages Emacs loads the wrong =E2=80=98org=E2=80=99 (the one bundled with Emacs instead o= f the one provided by the =E2=80=98emacs-org=E2=80=99 package installed with Guix). = This happens because in EMACSLOADPATH the directory containing the bundled =E2=80=98org= =E2=80=99 precedes the directory containing the =E2=80=98org=E2=80=99 provided by =E2= =80=98emacs-org=E2=80=99. It stands to reason that the elisp libraries provided by Emacs itself shouldn=E2=80=99t be in EMACSLOADPATH in the first place as they are alread= y in =E2=80=98load-path=E2=80=99 to which the directories in EMACSLOADPATH are p= repended (as described in the Emacs manual). I=E2=80=99m currently on commit 116787d. Regards, Diego