emacs: Add 'guix-packages-by-license' command.
authorAlex Kost <alezost@gmail.com>
Wed, 20 Jan 2016 15:53:19 +0000 (18:53 +0300)
committerAlex Kost <alezost@gmail.com>
Mon, 25 Jan 2016 19:11:47 +0000 (22:11 +0300)
commit83aab70b2d4d11fa345c1fbf2ccdbec8b7ad6662
tree649f2a0d01b6b6506284b3af672e4cc7f850a13b
parentcefb7aea9d068a03c79bb6f26ea87082ea214f10
emacs: Add 'guix-packages-by-license' command.

* emacs/guix-main.scm (packages-by-license): New procedure.
(%patterns-makers): Add 'license' search type.
* emacs/guix-messages.el (guix-message-packages-by-license): New procedure.
(guix-messages): Use it.
* emacs/guix-ui-package.el (guix-packages-by-license): New command.
* doc/emacs.texi (Emacs Commands): Document it.
doc/emacs.texi
emacs/guix-main.scm
emacs/guix-messages.el
emacs/guix-ui-package.el