From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1daHuN-0002bf-5Q for guix-patches@gnu.org; Wed, 26 Jul 2017 04:43:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1daHuI-0003zW-9E for guix-patches@gnu.org; Wed, 26 Jul 2017 04:43:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54047) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1daHuI-0003zQ-56 for guix-patches@gnu.org; Wed, 26 Jul 2017 04:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1daHuH-0006zG-UY for guix-patches@gnu.org; Wed, 26 Jul 2017 04:43:01 -0400 Subject: [bug#27566] [PATCH] ui: spinner-port: New variable. Export it. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170703185520.4475-1-dannym@scratchpost.org> Date: Wed, 26 Jul 2017 10:42:34 +0200 In-Reply-To: <20170703185520.4475-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Mon, 3 Jul 2017 20:55:20 +0200") Message-ID: <87r2x3a8sl.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 27566@debbugs.gnu.org Danny Milosavljevic skribis: > * guix/ui.scm (spinner-port): New variable. Export it. I=E2=80=99d like to see where we=E2=80=99d use it before committing it. Wh= at would be the first use? Thanks, Ludo=E2=80=99.