From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#22550: (require 'magit) produces error: "no such file or directory" "dash" Date: Sun, 07 Feb 2016 11:56:00 +0300 Message-ID: <87wpqgzyov.fsf@gmail.com> References: <87egctdsb0.fsf@gmail.com> <87lh70vclr.fsf@gmail.com> <87lh7033q9.fsf@gmail.com> <87y4b0tfdn.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]:39518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSL9V-0007p3-Bh for bug-guix@gnu.org; Sun, 07 Feb 2016 03:57:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSL9S-0004jm-4d for bug-guix@gnu.org; Sun, 07 Feb 2016 03:57:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSL9R-0004jS-TR for bug-guix@gnu.org; Sun, 07 Feb 2016 03:57:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aSL9R-0003KI-Io for bug-guix@gnu.org; Sun, 07 Feb 2016 03:57:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87y4b0tfdn.fsf@gmail.com> (Alex Kost's message of "Thu, 04 Feb 2016 23:00: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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: myglc2 Cc: 22550@debbugs.gnu.org Alex Kost (2016-02-04 23:00 +0300) wrote: [...] > So to recap, you found 2 issues: > > 1. Emacs packages installed in a system profile are not automatically > added to 'load-path'. Fixed in commit 004ea62=C2=B9. However, it will take effect when the new source of "guix-emacs.el" will be used. It will happen only after we'll update our guix-devel snapshot (last time it was in commit 2c77615). > 2. With the current EMACSLOADPATH, a wrong "site-lisp.el" is loaded, so > "M-x guix-=E2=80=A6" commands are not autoloaded. This one is fixed in commit b3fee14=C2=B2 (it will take effect when EMACSLOADPATH will be changed, i.e. after "guix pull", "guix system reconfigure" and rebooting). =C2=B9 http://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D004ea62955a92= f69efeaa90debde4e626acb6143 =C2=B2 http://git.savannah.gnu.org/cgit/guix.git/commit/?id=3Db3fee145df2a2= cb310ced2e7f34e0a2b6083e661 --=20 Alex