Your message dated Tue, 25 Apr 2017 09:06:33 -0400 with message-id <[email protected]> and subject line Re: Bug#861176: Acknowledgement (RFP: elpa-go-mode -- Emacs mode for the Go programming language) has caused the Debian Bug report #861176, regarding RFP: elpa-go-mode -- Emacs mode for the Go programming language to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 861176: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861176 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: wnpp Severity: wishlist * Package name : elpa-go-mode Version : 1.5.0 Upstream Author : Dominik Honnef <[email protected]> * URL : https://github.com/dominikh/go-mode.el * License : BSD-3-clause Programming Lang: Elisp Description : Emacs mode for the Go programming language This is go-mode, the Emacs mode for editing Go code. It is a complete rewrite of the go-mode that shipped with Go 1.0.3 and before, and was part of Go 1.1 until Go 1.3. Beginning with Go 1.4, editor integration will not be part of the Go distribution anymore, making this repository the canonical place for go-mode. In addition to normal features, such as fontification and indentation, and close integration with familiar Emacs functionality (for example syntax-based navigation like beginning-of-defun), go-mode comes with the following extra features to provide an improved experience: * Integration with gofmt by providing a command of the same name, and gofmt-before-save, which can be used in a hook to format Go buffers before saving them. * Integration with godoc via the functions godoc and godoc-at-point. * Integration with the Playground * Managing imports * Integration with godef * Basic support for imenu (functions and variables) * Built-in support for displaying code coverage as calculated by go test (go-coverage) * Several functions for jumping to and manipulating the individual parts of function signatures. These functions support anonymous functions, but are smart enough to skip them when required (e.g. when jumping to a method receiver or docstring.) * All of these functions accept a prefix argument (C-u), causing them to skip anonymous functions. * GOPATH detection – the function go-guess-gopath will guess a suitable value for GOPATH, based on gb or wgo projects, Godeps and src folders for plain GOPATH workspaces. The command go-set-project uses the return value of go-guess-gopath to set the GOPATH environment variable. ---- I use this all the time when programming Go. Very useful: keeps file all tidy and all. I am not aware of another go-mode.el currently packaged in Debian. I'd be happy to comaintain this if no-one steps up to the task in the team...
--- End Message ---
--- Begin Message ---I am, of course, totally mistaken: go-mode is already packaged as "golang-mode". Sorry for the noise. A. -- It is not enough to fight for the land; it is even more important to enjoy it. While you can. While it’s still here. - Edward Abbey
--- End Message ---

