From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruno Haible Subject: bug#35551: guix search Date: Fri, 10 May 2019 12:18:48 +0200 Message-ID: <1979679.3VHG7dZlEs@omega> References: <1666426.mZ6LCf6Yd0@omega> <877eay4ts3.fsf@gnu.org> <3642152.sbCaK8LMaK@omega> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hP2cK-00058G-2I for bug-guix@gnu.org; Fri, 10 May 2019 06:19:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hP2cJ-0000ru-9q for bug-guix@gnu.org; Fri, 10 May 2019 06:19:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51919) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hP2cJ-0000rl-6w for bug-guix@gnu.org; Fri, 10 May 2019 06:19:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hP2cJ-0005dW-2E for bug-guix@gnu.org; Fri, 10 May 2019 06:19:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <3642152.sbCaK8LMaK@omega> 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" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 35551-done@debbugs.gnu.org I wrote: > 1) If the search term is X and installing the package would cause > a program named X to appear in $PATH, then list this package first. More precisely: If there is a package named X (perfect match), it should come first. The packages that install a program named X should come second. Bruno