From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2 Subject: bug#22550: (require 'magit) produces error: "no such file or directory" "dash" Date: Sun, 07 Feb 2016 21:52:58 -0500 Message-ID: <87io1z9alx.fsf@gmail.com> References: <87egctdsb0.fsf@gmail.com> <87lh70vclr.fsf@gmail.com> <87lh7033q9.fsf@gmail.com> <87y4b0tfdn.fsf@gmail.com> <87wpqgzyov.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSbwn-0002Ac-GM for bug-guix@gnu.org; Sun, 07 Feb 2016 21:53:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSbwk-0007Mo-9W for bug-guix@gnu.org; Sun, 07 Feb 2016 21:53:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSbwk-0007Mj-6f for bug-guix@gnu.org; Sun, 07 Feb 2016 21:53:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aSbwk-0006fm-14 for bug-guix@gnu.org; Sun, 07 Feb 2016 21:53:02 -0500 In-Reply-To: <87egctdsb0.fsf@gmail.com> Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSbwC-000286-BY for bug-guix@gnu.org; Sun, 07 Feb 2016 21:52:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSbw9-0006uN-28 for bug-guix@gnu.org; Sun, 07 Feb 2016 21:52:28 -0500 Received: from plane.gmane.org ([80.91.229.3]:60971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSbw8-0006uJ-RR for bug-guix@gnu.org; Sun, 07 Feb 2016 21:52:24 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aSbw6-0002jT-Tk for bug-guix@gnu.org; Mon, 08 Feb 2016 03:52:23 +0100 Received: from c-73-167-118-254.hsd1.ma.comcast.net ([73.167.118.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Feb 2016 03:52:22 +0100 Received: from myglc2 by c-73-167-118-254.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Feb 2016 03:52:22 +0100 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: 22550@debbugs.gnu.org Alex Kost writes: > 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¹. 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). > Thanks. Given that I am using git pull, is it feasible to for me test this change now? >> 2. With the current EMACSLOADPATH, a wrong "site-lisp.el" is loaded, so >> "M-x guix-…" commands are not autoloaded. > > This one is fixed in commit b3fee14² (it will take effect when > EMACSLOADPATH will be changed, i.e. after "guix pull", "guix system > reconfigure" and rebooting). Thanks, I can confirm this works for me.