Age | Commit message (Expand) | Author |
2019-01-09 | gnu: Add emacs-graphql....* gnu/packages/emacs.scm (emacs-graphql): New variable.
| Jelle Licht |
2019-01-09 | gnu: Add emacs-treepy....* gnu/packages/emacs.scm (emacs-treepy): New variable.
| Jelle Licht |
2019-01-09 | gnu: emacs-emacsql: Update to 3.0.0....* gnu/packages/emacs.scm (emacs-emacsql): Update to 3.0.0.
[source]: Use 'git-fetch'.
[arguments]: Remove unnecessary fix.
| Jelle Licht |
2019-01-09 | gnu: emacs-closql: Update to 1.0.0....* gnu/packages/emacs.scm (emacs-closql): Update to 1.0.0.
[source]: Use 'git-fetch'.
| Jelle Licht |
2019-01-09 | gnu: emacs-irony-mode: Remove propagated input...emacs-irony-mode finds its server binary because its a propagated input and is
in the path. We can substitute the variable `irony-server-install-prefix` to
not propagate the input and keep the binary isolated from the user.
* gnu/packages/emacs.scm (emacs-irony-mode):
[propagated-inputs] Remove propagated inputs
[inputs] Add emacs-irony-mode-server
[arguments] Add phase substituting the variable of the server path
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Tim Gesthuizen |
2019-01-09 | gnu: emacs-ggtags: Don't require GNU Global in path...emacs-ggtags relies on the GNU Global tools (global and gtags) to be available
in the path. This way it will grab some random executable if it will find
executables at all.
This is fixed by setting the prefix to GNU Global in the store. This way
emacs-ggtags will use specific deterministic executables.
* gnu/packages/emacs.scm (emacs-ggtags):
[inputs]: Add GNU Global to the inputs
[arguments]: Add a phase for substituting the right path to the executables
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Tim Gesthuizen |
2019-01-09 | gnu: emacs-md4rd: Update to c55512c....* gnu/packages/emacs.scm (emacs-md4rd): Update to c55512c.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brett Gilio |
2019-01-07 | gnu: emacs-guix: Update to 0.5.1.1....* gnu/packages/emacs.scm (emacs-guix): Update to 0.5.1.1.
| Alex Kost |
2019-01-07 | gnu: emacs-ess: Move to (gnu packages statistics)....* gnu/packages/emacs.scm (emacs-ess): Move from here...
* gnu/packages/statistics.scm (emacs-ess): ...to here.
| Ricardo Wurmus |
2019-01-07 | gnu: Fix top-level circular references between emacs.scm and llvm.scm....Previously, loading either of these two modules could fail somewhat
non-deterministically because each top-level was referencing a variable
defined by the other module's top-level.
* gnu/packages/emacs.scm (package-elisp-from-package): Move to...
* gnu/packages/llvm.scm (package-elisp-from-package): Here. Keep
private.
| Ludovic Courtès |
2019-01-07 | gnu: package-elisp-from-package: Clarify docstring....* gnu/packages/emacs.scm (package-elisp-from-package)[docstring]: Clarify.
| Pierre Neidhardt |
2019-01-07 | gnu: Add package-elisp-from-package...Add a function to generate package definitions that packages single elisp
files from other packages.
* gnu/packages/emacs.scm (package-elisp-from-package): New function
| Tim Gesthuizen |
2019-01-07 | gnu: Remove unnecessary build-side module imports....* gnu/packages/batik.scm, gnu/packages/boost.scm,
gnu/packages/calendar.scm, gnu/packages/gl.scm,
gnu/packages/lua.scm, gnu/packages/qt.scm, gnu/packages/simulation.scm,
gnu/packages/terminals.scm: Remove unnecessary import of (guix build
utils).
* gnu/packages/emacs.scm: Remove unnecessary imports of (guix ...).
* gnu/packages/libcanberra.scm: Use (srfi srfi-1) instead of (guix build
utils) for 'alist-delete'.
* gnu/packages/wxwidgets.scm: Likewise.
| Ludovic Courtès |
2019-01-07 | gnu: Move Emacs modes for Dedukti to ocaml.scm....This removes OCaml-related modules from the closure of (gnu packages
emacs).
* gnu/packages/emacs.scm (emacs-dedukti-mode, emacs-flycheck-dedukti):
Move to ...
* gnu/packages/ocaml.scm: ... here.
| Ludovic Courtès |
2019-01-06 | gnu: emacs-evil-multiedit: Use version tag instead of commit....* gnu/packages/emacs.scm (emacs-evil-multiedit): Use version tag instead of commit.
| Pierre Neidhardt |
2019-01-05 | gnu: emacs-diff-hl: Update to 1.8.5....* gnu/packages/emacs.scm (emacs-diff-hl): Update to 1.8.5.
| Maxim Cournoyer |
2019-01-03 | gnu: emacs-magit-svn: Fix build....* gnu/packages/emacs.scm (emacs-magit-svn): Replace ',name' by
'"emacs-magit-svn"'.
| Danny Milosavljevic |
2019-01-02 | gnu: emacs-hydra: Update to 0.14.0....* gnu/packages/emacs.scm (emacs-hydra): Update to 0.14.0.
| Efraim Flashner |
2019-01-02 | gnu: emacs-edit-indirect: Update to 0.1.5....* gnu/packages/emacs.scm (emacs-edit-indirect): Update to 0.1.5.
[source]: Use 'git-fetch'.
| Efraim Flashner |
2019-01-01 | gnu: emacs-org-contrib: Update to 9.2....* gnu/packages/emacs.scm (emacs-org-contrib): Update to 9.2.
[propagated-inputs]: Add missing inputs.
| Nicolas Goaziou |
2019-01-01 | gnu: org: Update to 9.2....* gnu/packages/emacs.scm (emacs-org): Update to 9.2.
| Nicolas Goaziou |
2019-01-01 | gnu: Add emacs-arduino-mode....* gnu/packages/emacs.scm (emacs-arduino-mode): New variable.
| Nicolas Goaziou |
2019-01-01 | gnu: emacs-w3m: Fix build....The previously (unofficial) Git repository mirror is no longer available, so
we fallback to using the official CVS repository.
Fixes issue 33938 (see: https://issues.guix.info/issue/33938).
* gnu/packages/emacs.scm (emacs-w3m)[origin]: Fetch the sources from the
official CVS repository.
| Maxim Cournoyer |
2018-12-31 | gnu: emacs-matrix-client: Update to 5d8e959....* gnu/packages/emacs.scm (emacs-matrix-client): Update to
5d8e959a63e5de05b628ca8e1dfb974f7f618821.
[propagated-inputs]: Add new inputs.
| Nicolas Goaziou |
2018-12-31 | gnu: Add emacs-frame-purpose....* gnu/packages/emacs.scm (emacs-frame-purpose): New variable.
| Nicolas Goaziou |
2018-12-27 | gnu: Add emacs-flycheck-dedukti....* gnu/packages/emacs.scm (emacs-flycheck-dedukti): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Gabriel Hondet |
2018-12-27 | gnu: Add emacs-dedukti-mode....* gnu/packages/emacs.scm (emacs-dedukti-mode): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Gabriel Hondet |
2018-12-23 | gnu: emacs-guix: Update to 0.5.1....* gnu/packages/emacs.scm (emacs-guix): Update to 0.5.1.
| Alex Kost |
2018-12-21 | gnu: Add emacs-wordnut....* gnu/packages/patches/emacs-wordnut-require-adaptive-wrap.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add previous file.
* gnu/packages/emacs.scm (emacs-wordnut): New package.
| Mathieu Othacehe |
2018-12-19 | gnu: emacs-build-farm: Update to 0.2.2....* gnu/packages/emacs.scm (emacs-build-farm): Update to 0.2.2.
| Alex Kost |
2018-12-19 | gnu: emacs-bui: Update to 1.2.1....* gnu/packages/emacs.scm (emacs-bui): Update to 1.2.1.
| Alex Kost |
2018-12-18 | gnu: emacs-daemons: Update to 2.0.0....* gnu/packages/emacs.scm (emacs-daemons): Update to 2.0.0.
| Jelle Licht |
2018-12-18 | gnu: emacs-helpful: Update to 0.15....* gnu/packages/emacs.scm (emacs-helpful): Update to 0.15.
| Pierre Neidhardt |
2018-12-18 | gnu: emacs-evil-collection: Update to 20181218....* gnu/packages/emacs.scm (emacs-evil-collection): Update to 20181218.
| Pierre Neidhardt |
2018-12-16 | gnu: emacs-tracking: Enable tests....* gnu/packages/emacs.scm (emacs-tracking)[arguments]: Append to arguments
inherited from emacs-circe, instead of overwriting them.
| Arun Isaac |
2018-12-16 | gnu: emacs-circe: Enable tests....* gnu/packages/emacs.scm (emacs-circe)[arguments]: Enable tests. Set
test-command. Add set-home phase.
[native-inputs]: Add emacs-buttercup.
| Arun Isaac |
2018-12-16 | gnu: Add emacs-buttercup....* gnu/packages/emacs.scm (emacs-buttercup): New variable.
| Arun Isaac |
2018-12-15 | gnu: emacs-switch-window: Update to 1.6.2....* gnu/packages/emacs.scm (emacs-switch-window): Update to 1.6.2.
[source]: Use git-fetch.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Feng Shu |
2018-12-15 | gnu: emacs-pyim: Update to 1.8....* gnu/packages/emacs.scm (emacs-pyim): Update to 1.8.
[source]: Use git-fetch.
[propagated-inputs]: Remove emacs-pos-tip. Add emacs-posframe.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Feng Shu |
2018-12-15 | gnu: Add emacs-posframe....* gnu/packages/emacs.scm (emacs-posframe): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Feng Shu |
2018-12-15 | gnu: emacs-exwm-x: Update to 1.9.0....* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.9.0.
[source]: Use git-fetch.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Feng Shu |
2018-12-11 | gnu: emacs-cider: Update to 0.18.0....* gnu/packages/emacs.scm (emacs-cider): Update to 0.18.0.
[source]: Use git-fetch.
[propagated-inputs]: Add emacs-sesman.
[home-page]: Update URI.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Mathieu Lirzin |
2018-12-11 | gnu: Add emacs-sesman....* gnu/packages/emacs.scm (emacs-sesman): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Mathieu Lirzin |
2018-12-09 | gnu: emacs-elpy: Update to 1.27.0....* gnu/packages/emacs.scm (emacs-elpy): Update to 1.27.0.
| Maxim Cournoyer |
2018-12-07 | gnu: emacs-exwm: Update to 0.21....* gnu/packages/emacs.scm (emacs-exwm): Update to 0.21.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Diego Nicola Barbato |
2018-12-04 | gnu: emacs-irony-mode: Fetch source using git....* gnu/packages/emacs.scm (emacs-irony-mode)[source]: Rewrite in terms of GIT-FETCH.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Tim Gesthuizen |
2018-12-03 | gnu: emacs-helm-company: Update to 0.2.3....* gnu/packages/emacs.scm (emacs-helm-company): Update to 0.2.3.
| Pierre Neidhardt |
2018-12-03 | Merge branch 'core-updates' | Ludovic Courtès |
2018-12-02 | gnu: emacs-js2-mode: Update to 20180301....* gnu/packages/emacs.scm (emacs-js2-mode): Update to 20180301.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mathieu Lirzin |
2018-12-02 | gnu: emacs-google-translate: Update to 0.11.16....* gnu/packages/emacs.scm (emacs-google-translate): Update to 0.11.16.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mathieu Lirzin |