Re: [PATCH 3/4] system: Fix EMACSLOADPATH.

2016-02-07 Thread Alex Kost
Ludovic Courtès (2016-02-06 15:48 +0300) wrote: > Alex Kost skribis: > >> After commit 13fe4891fa247d306e203ee14c6886513bd86b52, Emacs package >> includes "site-start.el", and it has a priority over >> "/etc/emacs/site-start.el" on GuixSD because "/etc/emacs" is added to >> the end of 'load-path'

Re: [PATCH 3/4] system: Fix EMACSLOADPATH.

2016-02-06 Thread Ludovic Courtès
Alex Kost skribis: > After commit 13fe4891fa247d306e203ee14c6886513bd86b52, Emacs package > includes "site-start.el", and it has a priority over > "/etc/emacs/site-start.el" on GuixSD because "/etc/emacs" is added to > the end of 'load-path'. > > * gnu/system.scm (operating-system-environment-var

[PATCH 3/4] system: Fix EMACSLOADPATH.

2016-02-05 Thread Alex Kost
After commit 13fe4891fa247d306e203ee14c6886513bd86b52, Emacs package includes "site-start.el", and it has a priority over "/etc/emacs/site-start.el" on GuixSD because "/etc/emacs" is added to the end of 'load-path'. * gnu/system.scm (operating-system-environment-variables): Change EMACSLOADPATH