emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#28353: closed ([PATCH] gnu: Add emacs-go-mode.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28353: closed ([PATCH] gnu: Add emacs-go-mode.)
Date: Wed, 06 Sep 2017 07:53:02 +0000

Your message dated Wed, 6 Sep 2017 08:52:35 +0100
with message-id <address@hidden>
and subject line Re: [bug#28353] [PATCH] gnu: Add emacs-go-mode.
has caused the debbugs.gnu.org bug report #28353,
regarding [PATCH] gnu: Add emacs-go-mode.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28353: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28353
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-go-mode. Date: Tue, 5 Sep 2017 08:01:47 +0100
* gnu/packages/emacs.scm (emacs-go-mode): New variable.
---
 gnu/packages/emacs.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 5d9fd728a..bc01d5777 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1193,6 +1193,26 @@ Using emacs-direnv means that programs started from 
Emacs will use the
 environment set through Direnv.")
     (license license:gpl3+)))
 
+(define-public emacs-go-mode
+  (package
+    (name "emacs-go-mode")
+    (version "1.5.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/dominikh/go-mode.el/";
+                                  "archive/v" version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1adngbjyb8qnwg7n6r2y31djw9j6qf3b9fi63zd85035q7x4ljnm"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/dominikh/go-mode.el";)
+    (synopsis "Go mode for Emacs")
+    (description
+     "This package provides go-mode, an Emacs mode for working with software
+written in the Go programming language.")
+    (license license:bsd-3)))
+
 (define-public emacs-google-maps
   (package
     (name "emacs-google-maps")
-- 
2.14.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#28353] [PATCH] gnu: Add emacs-go-mode. Date: Wed, 6 Sep 2017 08:52:35 +0100
On Tue, 05 Sep 2017 15:25:40 +0200
address@hidden (Ludovic Courtès) wrote:

> Christopher Baines <address@hidden> skribis:
> 
> > * gnu/packages/emacs.scm (emacs-go-mode): New variable.  
> 
> Looks alright to me!

Great :) I've pushed this now. Thanks for reviewing Ludo.

Attachment: pgpuycdvBXzqu.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

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