Add Emacs user interface.
authorAlex Kost <alezost@gmail.com>
Wed, 27 Aug 2014 12:44:17 +0000 (16:44 +0400)
committerAlex Kost <alezost@gmail.com>
Wed, 3 Sep 2014 19:50:35 +0000 (23:50 +0400)
commit457f60fa068c7becf60841daa2b6fc5121aedead
tree8cae5e141a6c5c643255b6777e19c063010cf6f0
parenta423555d3c4314f8347d75b050d7daf6e594281f
Add Emacs user interface.

* configure.ac (emacsuidir): New variable.
  (AC_CONFIG_FILES): Add 'emacs/guix-init.el', 'emacs/guix-helper.scm'.
* Makefile.am: Include 'emacs.am'.
* emacs.am: New file.
* doc/emacs.texi: New file.
* doc/guix.texi: Include 'emacs.texi'.
* emacs/guix-backend.el: New file.
* emacs/guix-base.el: New file.
* emacs/guix-helper.scm.in: New file.
* emacs/guix-history.el: New file.
* emacs/guix-info.el: New file.
* emacs/guix-init.el.in: New file.
* emacs/guix-list.el: New file.
* emacs/guix-main.scm: New file.
* emacs/guix-utils.el: New file.
* emacs/guix.el: New file.
16 files changed:
.gitignore
Makefile.am
configure.ac
doc/emacs.texi [new file with mode: 0644]
doc/guix.texi
emacs.am [new file with mode: 0644]
emacs/guix-backend.el [new file with mode: 0644]
emacs/guix-base.el [new file with mode: 0644]
emacs/guix-helper.scm.in [new file with mode: 0644]
emacs/guix-history.el [new file with mode: 0644]
emacs/guix-info.el [new file with mode: 0644]
emacs/guix-init.el.in [new file with mode: 0644]
emacs/guix-list.el [new file with mode: 0644]
emacs/guix-main.scm [new file with mode: 0644]
emacs/guix-utils.el [new file with mode: 0644]
emacs/guix.el [new file with mode: 0644]