guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/1] Move cursynth to music.scm


From: Alex Kost
Subject: Re: [PATCH 0/1] Move cursynth to music.scm
Date: Tue, 29 Dec 2015 12:14:23 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

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
> “bioinfo” in guix-web shows me everything from the “bioinformatics.scm”
> module, even though not all packages there contain the string “bioinfo”
> 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.

-- 
Alex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]