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: Mon, 07 Mar 2016 12:14:19 +0300 Message-ID: <871t7mir9w.fsf@gmail.com> References: <87egctdsb0.fsf@gmail.com> <87lh70vclr.fsf@gmail.com> <87lh7033q9.fsf@gmail.com> <87y4b0tfdn.fsf@gmail.com> <87pov764td.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]:52285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acrFq-000216-TF for bug-guix@gnu.org; Mon, 07 Mar 2016 04:15:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acrFm-00072o-TO for bug-guix@gnu.org; Mon, 07 Mar 2016 04:15:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acrFm-00072k-PZ for bug-guix@gnu.org; Mon, 07 Mar 2016 04:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1acrFm-0001h2-E6 for bug-guix@gnu.org; Mon, 07 Mar 2016 04:15:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87pov764td.fsf@gmail.com> (myglc2@gmail.com's message of "Sun, 06 Mar 2016 09:47:58 -0500") 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 myglc2 (2016-03-06 17:47 +0300) wrote: > Alex Kost writes: > [...] >>> So, should I put ... >>> >>> '(guix-emacs-load-autoloads "/run/current-system/profile")' >>> >>> ... in init.el, in which case guix INFO should say so. >> >> Well, you can do it as a temporary workaround, but we'll fix it soon (I >> mean the system profile will also be inspected for emacs packages), so >> it will not be necessary in the closest future. > > Hi Alex. Tried removing this and got 'command-execute: Symbol's function > definition is void: magit-status' Shouldn't it be fixed by now? No, I mean it is fixed in the current master, but as I wrote=C2=B9 it will take effect only after we update our "guix" package. Currently it is "guix-devel" package at commit c3f29bc=C2=B2, which is older then commit 004ea62 (that fixed this issue). After we update "guix" package (either via updating "guix-devel" snapshot or via pointing "guix" to "guix-0.9.1" after the new release), this will be finally fixed. =C2=B9 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D22550#38 =C2=B2 http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/package-= management.scm#n198 --=20 Alex