emacs: Add completions for '--type' option of 'refresh' popup.
authorAlex Kost <alezost@gmail.com>
Wed, 28 Oct 2015 18:11:36 +0000 (21:11 +0300)
committerAlex Kost <alezost@gmail.com>
Mon, 2 Nov 2015 12:51:40 +0000 (15:51 +0300)
commit6407ce8ea1b67024e50273b7d6a1773a16a42322
tree31b1547a930dff2b4536d4c82f160670b39b5c5a
parent762b1971d8e21ffbc46d28b37c9bace64c2369bc
emacs: Add completions for '--type' option of 'refresh' popup.

* guix/scripts/refresh.scm: Export '%updaters'.
* emacs/guix-main.scm (refresh-updater-names): New procedure.
* emacs/guix-base.el (guix-refresh-updater-names): New function.
* emacs/guix-read.el (guix-read-refresh-updater-names,
  guix-read-refresh-updater-names-string): New functions.
* emacs/guix-command.el (guix-command-improve-refresh-argument): Use
  'guix-read-refresh-updater-names-string'.
emacs/guix-base.el
emacs/guix-command.el
emacs/guix-main.scm
emacs/guix-read.el
guix/scripts/refresh.scm