From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: Re-approaching package tagging Date: Tue, 18 Dec 2018 21:46:19 +0100 Message-ID: References: <875zvsq8ov.fsf@dustycloud.org> <87imzrgjit.fsf@gnu.org> <87h8fa7ums.fsf@dustycloud.org> <871s6dwob2.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZdwn-0006lU-Px for guix-devel@gnu.org; Wed, 19 Dec 2018 10:39:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZdwl-0008Hu-Qg for guix-devel@gnu.org; Wed, 19 Dec 2018 10:39:45 -0500 In-Reply-To: <871s6dwob2.fsf@gnu.org> 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" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix Devel Hi, Wow! Thank you! :-) And how the regexp works ? I am not able to find some doc... I am diving in the code but it is not easy to find. :-) Well, is regexp a real regular expression? For example, how to search package with the name emacs and not the name emacs-*? or how to search package with the name emacs and with the decription GNU? The '-s foo -s bar' is OR. What about the AND? etc. Thank you in advance for any pointer. All the best, simon