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: Tue, 12 Jan 2016 12:18:28 +0300 Message-ID: <874mejm9zv.fsf@gmail.com> References: <1452099305-746-1-git-send-email-alezost@gmail.com> <8737u55gnz.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]:55395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIv5y-00017d-Q6 for guix-devel@gnu.org; Tue, 12 Jan 2016 04:18:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIv5x-0001rU-Oy for guix-devel@gnu.org; Tue, 12 Jan 2016 04:18:30 -0500 In-Reply-To: <8737u55gnz.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 10 Jan 2016 21:21:52 +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-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 wan= t. 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? If yes, then I will gladly push this patchset and update guix-devel as appropriate. --=20 Alex