From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 0/4] Make Emacs find packages in "~/.guix-profile". Date: Thu, 14 Jan 2016 11:46:22 +0300 Message-ID: <87pox4tuox.fsf@gmail.com> References: <1452099305-746-1-git-send-email-alezost@gmail.com> <8737u55gnz.fsf@gnu.org> <874mejm9zv.fsf@gmail.com> <87oacp60vx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJdY1-0006EV-Gu for guix-devel@gnu.org; Thu, 14 Jan 2016 03:46:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJdXy-0003zG-BF for guix-devel@gnu.org; Thu, 14 Jan 2016 03:46:25 -0500 In-Reply-To: <87oacp60vx.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 13 Jan 2016 14:54:10 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2016-01-13 16:54 +0300) wrote: > Alex Kost skribis: > >> Ludovic Court=C3=A8s (2016-01-10 23:21 +0300) wrote: >> >>> Alex Kost skribis: >>> >>>> So this is a full patchset to "teach" Emacs how to find emacs packages >>>> installed with Guix. See conversation at >>>> . >>>> >>>> [PATCH 1/4] emacs: Make "guix-emacs.el" independent. >>>> [PATCH 2/4] emacs: Move loading packages to "guix-emacs.el". >>>> [PATCH 3/4] gnu: emacs: Find packages in "~/.guix-profile". >>>> [PATCH 4/4] doc: Describe how Emacs packages are found. >>>> >>>> There is an important nuance: the 3rd patch MUST NOT be committed along >>>> with the first 2 patches, because it will make our Emacs package use an >>>> old source of 'guix' which does not contain the required changes. So I >>>> think we should: >>>> >>>> 1. Push the patches 1 and 2. >>>> >>>> 2. Wait for the next update of the 'guix-devel' snapshot (last time it >>>> was updated in November=C2=B9, so it will probably happen soon). >>>> >>>> 3. And finally push the patches 3 and 4. >>> >>> OK. Note that we can update =E2=80=98guix-devel=E2=80=99 whenever we w= ant. So if you >>> take care of pushing things, feel free to do it yourself! >> >> Great, but I see that you updated guix-devel snapshot several days ago. >> Would it be OK to update it again so soon? > > Sure. Or maybe would it be better to update =E2=80=98guix-devel=E2=80=99 after co= re-updates will be merged (since it is going to be really soon)? >> If yes, then I will gladly push this patchset and update guix-devel as >> appropriate. > > OK! Thanks! --=20 Alex