From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Fix guile-emacs build failure Date: Sun, 13 Mar 2016 23:05:07 +0100 Message-ID: <87bn6iuj8s.fsf@gnu.org> References: <874mcsd3ha.fsf@elephly.net> <20160228215032.78a4a22a@debian-netbook> <871t7wd2ub.fsf@elephly.net> <20160312184700.6fea28b2@scratchpost.org> <87wpp7xuob.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afE8P-0002V3-W0 for guix-devel@gnu.org; Sun, 13 Mar 2016 18:05:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afE8M-0002wN-RI for guix-devel@gnu.org; Sun, 13 Mar 2016 18:05:13 -0400 In-Reply-To: <87wpp7xuob.fsf@dustycloud.org> (Christopher Allan Webber's message of "Sat, 12 Mar 2016 13:17:40 -0800") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Christopher Allan Webber Cc: guix-devel@gnu.org Christopher Allan Webber skribis: > Maybe try running it in: > > $ guix environment --ad-hoc guile-emacs --pure > $ emacs -q Or, in one line: guix environment --ad-hoc guile-emacs --pure -- emacs -q :-) Ludo'.