alezost pushed a change to branch master in repository guix. from 600233b gnu: clutter: Add "doc" output. new cc77415 emacs: Remove leftover internal variable. new 935d079 emacs: Add 'guix-prettify' to 'guix' custom group. new c10521e emacs: Add and use 'guix-while-search'. new 1ce96dd emacs: Add and use 'guix-concat-strings'. new 009d638 emacs: Add utils to make symbol and string for guix command. new ad0f31f emacs: Add utils to copy guix command. new e767752 emacs: Add 'guix-any'. new 6543601 emacs: Add 'guix-memoized-defalias' macro. new 521a11e guix lint: Export checkers and <lint-checker> accessors. new 056b5ce emacs: Add 'guix-lint-checker-names'. new c1a8c5a guix graph: Export node types and <node-type> accessors. new 43b40c4 emacs: Add 'guix-graph-type-names'. new 25a2839 emacs: Add 'guix-package-names'. new 26476d5 emacs: Add help variables. new d007d8a emacs: Add minibuffer readers. new 51dac38 emacs: Add and use alist accessors. new caa6732 ui: Add 'run-guix'. new 5e53b0c emacs: Add code to run guix command in REPL. new 7008dff emacs: Add code to run guix command in shell. new c554de8 doc: Reorganize "Emacs Interface" node. new 1f13861 emacs: Add "guix-popup.el". new 9b0afb0 emacs: Add popup interface for guix commands. new eb097f3 emacs: Use prompt for packages instead popup for edit action.
The 23 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: doc/emacs.texi | 102 ++++++-- doc/guix.texi | 21 +- emacs.am | 6 +- emacs/guix-base.el | 121 ++++++++-- emacs/guix-command.el | 651 +++++++++++++++++++++++++++++++++++++++++++++++ emacs/guix-help-vars.el | 108 ++++++++ emacs/guix-info.el | 48 ++-- emacs/guix-list.el | 52 ++-- emacs/guix-main.scm | 53 ++++- emacs/guix-messages.el | 8 +- emacs/guix-pcomplete.el | 91 ++------ emacs/guix-popup.el | 48 ++++ emacs/guix-prettify.el | 17 +- emacs/guix-read.el | 176 +++++++++++++ emacs/guix-utils.el | 111 ++++++++- emacs/guix.el | 12 +- guix/scripts/graph.scm | 10 + guix/scripts/lint.scm | 9 +- guix/ui.scm | 51 ++-- 19 files changed, 1468 insertions(+), 227 deletions(-) create mode 100644 emacs/guix-command.el create mode 100644 emacs/guix-help-vars.el create mode 100644 emacs/guix-popup.el create mode 100644 emacs/guix-read.el