From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 0/1] Move cursynth to music.scm Date: Tue, 29 Dec 2015 12:14:23 +0300 Message-ID: <87wprxy5u8.fsf@gmail.com> References: <20151228171715.5450cca0@openmailbox.org> <20151229043237.GB2878@jasmine> <87k2nx4tq6.fsf@elephly.net> 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]:46679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDqMO-00043Z-Ea for guix-devel@gnu.org; Tue, 29 Dec 2015 04:14:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aDqML-0008Mf-9H for guix-devel@gnu.org; Tue, 29 Dec 2015 04:14:28 -0500 Received: from mail-lb0-x241.google.com ([2a00:1450:4010:c04::241]:34271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDqML-0008MU-1J for guix-devel@gnu.org; Tue, 29 Dec 2015 04:14:25 -0500 Received: by mail-lb0-x241.google.com with SMTP id jk7so7169357lbc.1 for ; Tue, 29 Dec 2015 01:14:24 -0800 (PST) In-Reply-To: <87k2nx4tq6.fsf@elephly.net> (Ricardo Wurmus's message of "Tue, 29 Dec 2015 08:08:49 +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: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus (2015-12-29 10:08 +0300) wrote: > Grouping packages in modules also allows user interfaces like guix-web > to narrow results to just a single module. For example, searching for > =E2=80=9Cbioinfo=E2=80=9D in guix-web shows me everything from the =E2=80= =9Cbioinformatics.scm=E2=80=9D > module, even though not all packages there contain the string =E2=80=9Cbi= oinfo=E2=80=9D > in their synopsis/description. Wow, cool, I assume it is done by searching in "location" package field (I don't see how it can be implemented otherwise). In emacs interafce there is 'guix-search-params' variable for this purpose. So after: (setq guix-search-params '(name synopsis description location)) "M-x guix-search-by-regexp bioinfo" should also display all packages from "bioinformatics.scm". P.S. I forgot to mention in a message I've just sent that this variable is renamed to 'guix-package-search-params' in wip-refactor-emacs-ui branch. --=20 Alex