From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Adding tags to packages Date: Tue, 05 Jan 2016 00:30:33 +0100 Message-ID: <87a8okylba.fsf@gnu.org> References: <568828EF.7050406@gnu.org> <877fjqu40d.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]:59486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGEaH-00030T-M8 for guix-devel@gnu.org; Mon, 04 Jan 2016 18:30:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGEaC-0001rC-Mk for guix-devel@gnu.org; Mon, 04 Jan 2016 18:30:41 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGEaC-0001r8-Jc for guix-devel@gnu.org; Mon, 04 Jan 2016 18:30:36 -0500 In-Reply-To: <877fjqu40d.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 03 Jan 2016 15:33:22 +0100") 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: Fabio Pesari Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > I can think of a very simple improvement to make: make it so that > > guix package -s '\' -s game > > returns packages that match *both* regexps instead of one or the other > as is currently the case? We could make a similar change in guix.el. Done in db5a944. Ludo=E2=80=99.