Alex Kost skribis: > Ludovic Courtès (2015-08-28 12:37 +0300) wrote: [...] >> Of course, you’re effectively the maintainer of that part. > > OK, but I also made some changes outside "emacs" dir: Right, thanks for the heads-up then. ;-) > - I exported stuff from (guix scripts lint) and (guix scripts graph): > so that when a user choose "--checkers" option for 'guix lint' or Regarding: Author: Alex Kost AuthorDate: Wed Aug 12 14:17:44 2015 +0300 Commit: Alex Kost CommitDate: Fri Aug 28 23:03:58 2015 +0300 guix lint: Export checkers and accessors. * guix/scripts/lint.scm (%checkers, make-lint-checker, lint-checker, lint-checker?, lint-checker-name, lint-checker-description, lint-checker-check): Export. This is fine, but please don’t export ‘make-lint-checker’ (people should use the nicer ‘lint-checker’ macro instead.) > - I moved emacs info node from "Package Management" to "Top" because it > is not just about package management anymore (as there are > "guix-prettify" and shell completions, and now there is also popup > interface for all guix commands). Regarding: Author: Alex Kost AuthorDate: Thu Aug 13 20:16:29 2015 +0300 Commit: Alex Kost CommitDate: Fri Aug 28 23:03:59 2015 +0300 doc: Reorganize "Emacs Interface" node. * doc/guix.texi (Package Management): Move "Emacs Interface" node to ... (Top): ...here, since it is not just about package management. * doc/emacs.texi: Shift all nodes one level up (@section -> @chapter, etc.). Rename "Emacs Usage" node into "Emacs Package Management". Move "Emacs Configuration" node here. It sounds good to me. Perhaps add something like this in this commit: