[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
- [PATCH 0/1] Move cursynth to music.scm, Leo Famulari, 2015/12/28
- [PATCH 1/1] gnu: Move cursynth to (gnu packages music)., Leo Famulari, 2015/12/28
- Re: [PATCH 0/1] Move cursynth to music.scm, Eric Bavier, 2015/12/28
- Re: [PATCH 0/1] Move cursynth to music.scm, Leo Famulari, 2015/12/28
- Re: [PATCH 0/1] Move cursynth to music.scm, Ricardo Wurmus, 2015/12/29
- Re: [PATCH 0/1] Move cursynth to music.scm,
Alex Kost <=
- Re: [PATCH 0/1] Move cursynth to music.scm, Leo Famulari, 2015/12/29
- Re: [PATCH 0/1] Move cursynth to music.scm, Ludovic Courtès, 2015/12/29
- Re: [PATCH 0/1] Move cursynth to music.scm, Leo Famulari, 2015/12/29
- Re: [PATCH 0/1] Move cursynth to music.scm, Leo Famulari, 2015/12/30