summaryrefslogtreecommitdiff
path: root/emacs/guix-pcomplete.el
AgeCommit message (Expand)Author
2015-08-30emacs: Add and use 'guix-concat-strings'.•••* emacs/guix-utils.el (guix-concat-strings): New function. * emacs/guix-pcomplete.el (guix-pcomplete-short-options): Use it. * emacs/guix-base.el (guix-get-package-strings): Likewise. Alex Kost
2015-08-30emacs: Add and use 'guix-while-search'.•••* emacs/guix-utils.el (guix-while-search): New macro. * emacs/guix-pcomplete.el (guix-pcomplete-run-guix-and-search): Use it. * emacs/guix-prettify.el (guix-prettify-decompose-buffer): Likewise. Alex Kost
2015-08-27emacs: Add completions for 'guix graph'.•••* emacs/guix-pcomplete.el (guix-pcomplete-parse-linter-regexp): Improve and rename to ... (guix-pcomplete-parse-list-regexp): ...this. New variable. (guix-pcomplete-lint-checkers): Use it. (guix-pcomplete-graph-types): New function. (guix-pcomplete-complete-command-arg): Complete package names for 'guix graph' command. (guix-pcomplete-complete-option-arg): Complete '-t/--type' option. Alex Kost
2015-06-22emacs: Complete 'guix size --map-file' properly.•••* emacs/guix-pcomplete.el (guix-pcomplete-complete-option-arg): Complete file name for '-m/--map-file' option of 'guix size' command. Alex Kost
2015-06-19emacs: Add completions for 'edit' and 'size' commands.•••* emacs/guix-pcomplete.el (guix-pcomplete-complete-command-arg): Complete package names for 'guix edit' and 'guix size' commands. (guix-pcomplete-complete-option-arg): Complete '-s/--system' option for 'guix size'. Alex Kost
2015-06-08emacs: Add shell completions for "guix" command.•••Suggested by Ludovic Courtès <ludo@gnu.org>. * emacs/guix-pcomplete.el: New file. * emacs.am (ELFILES): Add it. * doc/emacs.texi (Emacs Completions): New node. Alex Kost