From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: New =?utf-8?Q?=E2=80=9Cguix_refresh=E2=80=9D?= command Date: Mon, 03 Jun 2013 00:29:14 +0200 Message-ID: <871u8kqh8l.fsf@gnu.org> References: <87ehdzlg89.fsf@gnu.org> <87d2t2ehnp.fsf@karetnikov.org> <87d2t24ejj.fsf@gnu.org> <87bo8jfziy.fsf@karetnikov.org> <87obcjt1x5.fsf@gnu.org> <87fvxu30pi.fsf@karetnikov.org> <877gj5su70.fsf@gnu.org> <87obchmx23.fsf@karetnikov.org> <87fvxc4r3k.fsf@karetnikov.org> <87y5b4y1vp.fsf@gnu.org> <877gih2t2a.fsf@karetnikov.org> <87a9n9vna8.fsf@gnu.org> 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]:36191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjGr9-0004IQ-Du for bug-guix@gnu.org; Sun, 02 Jun 2013 18:34:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjGr8-0007Pv-Jm for bug-guix@gnu.org; Sun, 02 Jun 2013 18:34:31 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:38524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjGr8-0007Pp-DL for bug-guix@gnu.org; Sun, 02 Jun 2013 18:34:30 -0400 In-Reply-To: <87a9n9vna8.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 01 Jun 2013 17:55:11 +0200") 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: Nikita Karetnikov Cc: bug-guix@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: >> + #:use-module (ice-9 optargs) > > This module is not needed (it=E2=80=99s for command-line argument process= ing.) Sorry, I just realized my mistake: (ice-9 optargs) was indeed for #:key, #:optional, and #:rest handling, but it no longer needs to be imported with Guile 2.0 (info "(guile) ice-9 optargs"). Ludo=E2=80=99.