Descriptionmisc/emacs: Added an emacs flymake support module.
Flymake is the emacs minor mode to run basic syntax checking
over a file as you type. In the case of Go, the go compiler
fits the job quite well; it's fast, and provides decent error
messages. The added file deduces the name of the
Go compiler from the architecture of the machine. This means
that if the machine only has the compiler for a different
architecture installed, the mode will fail. It also doesn't
support gccgo, but customisation of the compiler/checker used
is quite simple (i.e. one line of lisp). The other
assumption made is that the compiler will be on the system
path. However, as the mode is optional, I don't think these
are unreasonable.
Patch Set 1 #Patch Set 2 : diff -r ff82daa904d8 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r ff82daa904d8 https://go.googlecode.com/hg/ #
Total comments: 2
MessagesTotal messages: 5
|