Re: [PATCH] gnu: emacs: Install site-start.el in non-versioned directory.

2016-07-25 Thread Alex Kost
Alex Kost (2016-07-24 09:16 +0300) wrote: > Ricardo Wurmus (2016-07-24 08:06 +0300) wrote: > >> Alex Kost writes: >> >>> Ricardo tested Emacs 25 with this package definition: >>> and noticed that it doesn't find >>> Emacs packages in ~/.guix-profile. >>> >>>

Re: [PATCH] gnu: emacs: Install site-start.el in non-versioned directory.

2016-07-23 Thread Alex Kost
Ricardo Wurmus (2016-07-24 08:06 +0300) wrote: > Alex Kost writes: > >> Ricardo tested Emacs 25 with this package definition: >> and noticed that it doesn't find >> Emacs packages in ~/.guix-profile. >> >> This happens because "site-start.el" in the inherite

Re: [PATCH] gnu: emacs: Install site-start.el in non-versioned directory.

2016-07-23 Thread Ricardo Wurmus
Alex Kost writes: > Ricardo tested Emacs 25 with this package definition: > and noticed that it doesn't find > Emacs packages in ~/.guix-profile. > > This happens because "site-start.el" in the inherited package is placed > "/share/emacs/24.5/site-lisp" dir

[PATCH] gnu: emacs: Install site-start.el in non-versioned directory.

2016-07-21 Thread Alex Kost
directory (the version part is wrong). To avod this, we can put "site-start.el" into a non-versioned site-lisp directory. The patch is attached. >From 5907c4768bdba861e1c30b1cb5f0a73fe33f9600 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Thu, 21 Jul 2016 20:13:27 +0300 Subject: [PAT