guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#28815] [PATCH 1/2] gnu: Add emacs-julia-mode.


From: Ludovic Courtès
Subject: [bug#28815] [PATCH 1/2] gnu: Add emacs-julia-mode.
Date: Sat, 14 Oct 2017 16:49:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Kyle Meyer <address@hidden> skribis:

> * gnu/packages/emacs.scm (emacs-julia-mode): New variable.
> ---
>
> This definition hard codes the commit because the package version hasn't
> changed since it was initially added in 2014.  I've opened an issue to see if
> they'll tag a release:
>
>     https://github.com/JuliaEditorSupport/julia-emacs/issues/46

Makes sense.

I’ve committed with this comment:

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c8d0cac30..e8b44dcff 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3322,6 +3322,8 @@ E-Prime forbids the use of the \"to be\" form to 
strengthen your writing.")
       (license license:gpl3+))))
 
 (define-public emacs-julia-mode
+  ;; XXX: Upstream version remained stuck at 0.3.  See
+  ;; <https://github.com/JuliaEditorSupport/julia-emacs/issues/46>.
   (let ((commit "115d4dc8a07445301772da8376b232fa8c7168f4")
         (revision "1"))
     (package
Thanks,
Ludo’.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]