From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/4] gnu: emacs: Find packages in "~/.guix-profile". Date: Sun, 10 Jan 2016 21:28:05 +0100 Message-ID: <87mvsd41t6.fsf@gnu.org> References: <1452099305-746-1-git-send-email-alezost@gmail.com> <1452099305-746-4-git-send-email-alezost@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:4830:134:3::10]:43807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIMaz-0007wk-Cv for guix-devel@gnu.org; Sun, 10 Jan 2016 15:28:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIMay-0008FL-Ip for guix-devel@gnu.org; Sun, 10 Jan 2016 15:28:13 -0500 In-Reply-To: <1452099305-746-4-git-send-email-alezost@gmail.com> (Alex Kost's message of "Wed, 6 Jan 2016 19:55:04 +0300") 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: Alex Kost Cc: guix-devel@gnu.org, Federico Beffa Alex Kost skribis: > From: Federico Beffa > > * gnu/packages/emacs.scm (emacs)[inputs]: Add 'guix-src' input. > [arguments]: Add 'install-site-start' phase. [...] > + (add-after 'install 'install-site-start Could you add a comment like: ;; Copy guix-emacs.el from Guix and add it to site-start.el. This ;; way, Emacs packages provided by Guix and installed in ;; ~/.guix-profile/share/emacs/site-lisp/guix.d/PACKAGE-VERSION are ;; automatically found. Otherwise LGTM. Also, on GuixSD, should we remove the default EMACSLOADPATH as well as /etc/emacs/site-start.el? Ludo=E2=80=99.