GNU bug report logs -
#28353
[PATCH] gnu: Add emacs-go-mode.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Tue, 5 Sep 2017 07:03:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 6 Sep 2017 08:52:35 +0100
with message-id <20170906085235.273170eb <at> cbaines.net>
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
help-debbugs <at> gnu.org.)
--
28353: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28353
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
On Tue, 05 Sep 2017 15:25:40 +0200
ludo <at> gnu.org (Ludovic Courtès) wrote:
> Christopher Baines <mail <at> cbaines.net> skribis:
>
> > * gnu/packages/emacs.scm (emacs-go-mode): New variable.
>
> Looks alright to me!
Great :) I've pushed this now. Thanks for reviewing Ludo.
[Message part 5 (application/pgp-signature, inline)]
This bug report was last modified 7 years and 314 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.