From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#27686: emacs-ess: Not installed in "${output}/share/emacs/site-lisp/guix.d" Date: Sat, 29 Jul 2017 23:34:46 +0300 Message-ID: <87a83nm17d.fsf@gmail.com> References: <87k23c34vj.fsf@openmailbox.org> <87h8y9ua1n.fsf@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]:53634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbYS3-0001tk-4b for bug-guix@gnu.org; Sat, 29 Jul 2017 16:35:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbYRy-0002gs-8x for bug-guix@gnu.org; Sat, 29 Jul 2017 16:35:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58959) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dbYRy-0002gV-5v for bug-guix@gnu.org; Sat, 29 Jul 2017 16:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dbYRy-0002MV-0O for bug-guix@gnu.org; Sat, 29 Jul 2017 16:35:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87h8y9ua1n.fsf@gmail.com> (Alex Kost's message of "Tue, 18 Jul 2017 16:52:36 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Adonay Felipe Nogueira Cc: 27686-done@debbugs.gnu.org Alex Kost (2017-07-18 16:52 +0300) wrote: > Adonay Felipe Nogueira (2017-07-13 09:20 -0300) wrote: > >> It seems that Emacs ESS mode isn't installed in the same location as >> other packages are. >> >> Also note that emacs-ess doesn't use the Emacs build system. I don't >> know if this is indeed the issue (and if we can force it to use such >> build system), but I think this is an important note to make. > > It's not a problem: we just need to install *.el files in > ".../share/emacs/site-lisp/guix.d/ess" instead of > ".../share/emacs/site-lisp/ess" as it is done by default. The attached > patch should fix it. [...] > From 2b36a9a5de44d162b39b351c49ec2f35c8cab880 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Tue, 18 Jul 2017 16:44:22 +0300 > Subject: [PATCH] gnu: emacs-ess: Install elisp files in "guix.d". > > Fixes . > Reported by Adonay Felipe Nogueira > > * gnu/packages/emacs.scm (emacs-ess)[arguments]: Add LISPDIR to make > flags to install *.el files into "guix.d" sub-directory. Since there were no other comments, I committed this patch=C2=B9. So ESS elisp directory should be found in Emacs 'load-path' now. =C2=B9 http://git.savannah.gnu.org/cgit/guix.git/commit/?id=3Db1a6a70684017= 85fbcc1f5e9df677bc57691674f --=20 Alex