From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: M-x guix bug Date: Tue, 28 Jun 2016 23:58:51 +0200 Message-ID: <87wpl9ht5w.fsf@gnu.org> References: <87mvm5d2sa.fsf@hecubus.retroj.net> 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]:57910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bI124-0007zs-1I for help-guix@gnu.org; Tue, 28 Jun 2016 17:59:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bI11z-0004OQ-VM for help-guix@gnu.org; Tue, 28 Jun 2016 17:58:59 -0400 In-Reply-To: <87mvm5d2sa.fsf@hecubus.retroj.net> (John J. Foerch's message of "Tue, 28 Jun 2016 06:29:57 -0400") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: John J Foerch Cc: help-guix@gnu.org Hi! John J Foerch skribis: > On a fresh guix installation with only a few packages installed, M-x > guix in emacs produced the following error: > > Cannot open load file: no such file or directory, magit-popup > > It seems that guix's emacs components have an unlisted magit dependency. The dependency is documented (info "(guix) Emacs Initial Setup"), but note that it=E2=80=99s only necessary if you use the M-x guix popup. Without magit-popup, you can still use M-x guix-newest-available-packages, M-x guix-prettify-mode, M-x guix-licenses, and so on. HTH! Ludo=E2=80=99.