From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Installing multiple packages at once Date: Sun, 22 Sep 2013 17:53:15 -0400 Message-ID: <87r4cgwmk4.fsf@tines.lan> References: <87a9j4ppr6.fsf@karetnikov.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]:42038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNrbA-0005hs-6g for guix-devel@gnu.org; Sun, 22 Sep 2013 17:53:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNrb4-0000rS-Gr for guix-devel@gnu.org; Sun, 22 Sep 2013 17:53:48 -0400 Received: from world.peace.net ([96.39.62.75]:44286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNrb4-0000qg-Cr for guix-devel@gnu.org; Sun, 22 Sep 2013 17:53:42 -0400 In-Reply-To: <87a9j4ppr6.fsf@karetnikov.org> (Nikita Karetnikov's message of "Mon, 23 Sep 2013 00:26:05 +0400") List-Id: 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: Nikita Karetnikov Cc: guix-devel@gnu.org Nikita Karetnikov writes: > Someone on IRC said that they would prefer to write =E2=80=98-i foo bar b= az=E2=80=99 > instead of =E2=80=98-i foo -i bar -i baz=E2=80=99. Should we change this= or allow both > variants? And how hard would it be? You can do this: guix package --install=3D{foo,bar,baz} which the shell expands to the right thing before Guix is run. Mark