From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Nicola Barbato Subject: bug#38399: Recent $EMACSLOADPATH changes break emacs-org Date: Thu, 28 Nov 2019 15:25:07 +0100 Message-ID: <87mucg84e4.fsf@GlaDOS.home> References: <87v9r58wpx.fsf@GlaDOS.home> <87a78gtwk4.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 ([2001:470:142:3::10]:36642) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iaKkD-0000TJ-0w for bug-guix@gnu.org; Thu, 28 Nov 2019 09:26:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iaKk9-00023R-Vp for bug-guix@gnu.org; Thu, 28 Nov 2019 09:26:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50944) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iaKk8-0001vV-LB for bug-guix@gnu.org; Thu, 28 Nov 2019 09:26:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iaKk6-0002Cy-Go for bug-guix@gnu.org; Thu, 28 Nov 2019 09:26:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87a78gtwk4.fsf@gmail.com> (Maxim Cournoyer's message of "Thu, 28 Nov 2019 14:11:07 +0900") 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: Maxim Cournoyer Cc: 38399@debbugs.gnu.org Hello Maxim, Maxim Cournoyer writes: [...] >> 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 alr= eady in >> =E2=80=98load-path=E2=80=99 to which the directories in EMACSLOADPATH ar= e prepended (as >> described in the Emacs manual). > > That's not true; when using EMACSLOADPATH the Emacs' bundled libraries > must be included explicitly, or an empty item be present (which means, > an extra ':' present). > > See (elisp)Library Search: > > An empty element in the value of the environment variable, > whether trailing (as in the above example), leading, or embedded, is > replaced by the default value of =E2=80=98load-path=E2=80=99 as deter= mined by the > standard initialization procedure. If there are no such empty > elements, then =E2=80=98EMACSLOADPATH=E2=80=99 specifies the entire = =E2=80=98load-path=E2=80=99. > You must include either an empty element, or the explicit path to > the directory containing the standard Lisp files, else Emacs will > not function. Thanks for the clarification! And sorry for the noise, I should have read it more closely. Regards, Diego