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: Tue, 08 Mar 2016 12:25:50 +0300 Message-ID: <87r3flmich.fsf@gmail.com> References: <87egctdsb0.fsf@gmail.com> <87lh70vclr.fsf@gmail.com> <87lh7033q9.fsf@gmail.com> <87y4b0tfdn.fsf@gmail.com> <87pov764td.fsf@gmail.com> <871t7mir9w.fsf@gmail.com> <87mvqadpid.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]:53677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adDu2-0007By-SB for bug-guix@gnu.org; Tue, 08 Mar 2016 04:26:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adDtx-0005ym-Oe for bug-guix@gnu.org; Tue, 08 Mar 2016 04:26:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adDtx-0005yh-MC for bug-guix@gnu.org; Tue, 08 Mar 2016 04:26:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1adDtx-0006By-I6 for bug-guix@gnu.org; Tue, 08 Mar 2016 04:26:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87mvqadpid.fsf@gmail.com> (myglc2@gmail.com's message of "Mon, 07 Mar 2016 15:03:38 -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-07 23:03 +0300) wrote: > Alex Kost writes: > > [...] > >> No, I mean it is fixed in the current master, but as I wrote=C2=B9 it wi= ll >> 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-mana= gement.scm#n198 > > Thank you. Sorry you had to explain this twice :( > > I re-read your earlier posts. AIUI now, in order to use the latest guix > emacs features from 'git checkout master' one must add to emacs init: > > (let ((dir "~/src/guix/emacs")) > (add-to-list 'load-path dir) > (setq guix-load-path dir) > (require 'guix-init nil t)) Yes, this is the recommended way of setting it up. It is described in (info "(guix) Emacs Initial Setup"). > Do you think we should we add that to (info "(guix) Building from Git") ?= =20 Since it is already described in the other section, it shouldn't be duplicated, but we can add a cross reference, not into "Building from Git" though, maybe to (info "(guix) The Perfect Setup") --=20 Alex