summaryrefslogtreecommitdiff
path: root/misc/emacs/go-mode.el
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.2] misc/emacs: various cleanupsAndrew Gerrand2013-11-131-24/+27
* [release-branch.go1.2] emacs: allow users to customize the gofmt command, in ...Andrew Gerrand2013-11-131-1/+7
* [release-branch.go1.2] misc/emacs: support godef-jump on import statementsAndrew Gerrand2013-11-011-2/+5
* [release-branch.go1.2] misc/emacs: handle empty "import ()" in go-goto-importsAndrew Gerrand2013-11-011-0/+5
* misc/emacs: send correct content-length to the playgroundDominik Honnef2013-10-101-1/+4
* misc/emacs: don't treat (foo)(bar) as a function call when preceded by a word...Dominik Honnef2013-10-101-1/+1
* misc/emacs: find unused imports where path and package name differDominik Honnef2013-10-071-2/+2
* misc/emacs: use built-in buffer-base-buffer instead of own variableDominik Honnef2013-09-061-5/+1
* misc/emacs: allow users to customize path of 'go' tool.Alan Donovan2013-08-271-4/+14
* misc/emacs: Detect stale coverage reportsAaron France2013-08-191-1/+7
* misc/emacs: godef: print the entire description, not just the first lineDominik Honnef2013-08-161-3/+3
* misc/emacs: allow godef to work in coverage buffersDominik Honnef2013-08-161-4/+15
* misc/emacs: do not use any free variablesDominik Honnef2013-08-161-2/+3
* misc/emacs: when defining prog-mode, define it like GNU Emacs 24 wouldDominik Honnef2013-08-151-7/+7
* misc/emacs: Refactor coverage code into multiple functionsDominik Honnef2013-08-151-64/+77
* misc/emacs: Allow go-coverage to work in existing coverage buffers by reusing...Dominik Honnef2013-08-141-12/+34
* misc/emacs: add support for mode=count coverageDominik Honnef2013-08-091-19/+78
* misc/emacs: clear previous overlays before adding new onesDominik Honnef2013-08-091-0/+1
* misc/emacs: Add support for code coverage output of go testDominik Honnef2013-08-081-15/+97
* misc/emacs: replace our go-goto-opening-parenthesis with backward-up-listDominik Honnef2013-07-241-13/+13
* misc/emacs: Make godef-jump behave more like find-tag by supporting pop-tag-markDominik Honnef2013-07-241-0/+3
* misc/emacs: Add godef-jump-other-windowDominik Honnef2013-07-171-4/+9
* misc/emacs: fix godef-jump on Windows.Charles Lee2013-06-261-10/+12
* misc/emacs: Do not modify kill ring when programmatically deleting textDominik Honnef2013-05-231-2/+15
* misc/emacs: Add support for methods with unnamed receiverDominik Honnef2013-05-141-1/+7
* misc/emacs: Enable compilation-mode for gofmt error buffer before displaying it.Dominik Honnef2013-03-301-2/+2
* misc/emacs: Derive mode from prog-mode if possibleDominik Honnef2013-03-251-1/+9
* misc/emacs: Kill gofmt error buffer if the buffer was formatted correctly alr...Dominik Honnef2013-03-211-1/+3
* misc/emacs: Add support for godefDominik Honnef2013-03-191-0/+73
* misc/emacs: Fix indentation for code following multiline function declarationsDominik Honnef2013-03-121-2/+38
* misc/emacs: Rewrite gofmt to use own function for applying patch instead ...Dominik Honnef2013-03-071-87/+77
* misc/emacs: Add compatibility for GNU Emacs 23 and XEmacs >=21.5.32Dominik Honnef2013-03-061-28/+107
* misc/emacs: Add tab completion for godoc command, completing from known insta...Dominik Honnef2013-03-041-4/+5
* misc/emacs: Greatly improve go-mode for Emacs.Dominik Honnef2013-02-261-734/+559
* misc/emacs: Present "godoc" documentation buffers using view-mode.Steven Elliot Harris2013-02-201-1/+1
* misc/emacs: update go-mode syntax table and comment handling asSameer Ajmani2013-01-091-9/+7
* misc/emacs: fix go-mode hangRuss Cox2012-11-271-1/+1
* misc/emacs: Fix the gofmt patching when the TMPDIR is not the default.Jean-Marc Eurin2012-06-291-6/+9
* misc/emacs: Replace replace-{string|regexp} for XEmacs compatible codeMats Lidell2012-06-211-4/+6
* misc/emacs: Fix a failure when /tmp/<file>.go exists.Jean-Marc Eurin2012-06-131-6/+3
* misc/emacs: Fix the automatic gofmt when creating a new file.Jean-Marc Eurin2012-06-111-24/+40
* misc/emacs: make compilation-mode's next-error understand test failure output.Ryan Barrett2012-06-041-1/+14
* misc/emacs: stop go-mode from spuriously marking the buffer modified when it ...Ryan Barrett2012-06-011-2/+6
* go-mode: Works for both GNU-Emacs and XEmacs-21.5Mats Lidell2012-05-301-4/+4
* misc/emacs: Use patch output of gofmt instead of replacing the buffer.Jean-Marc Eurin2012-05-301-22/+49
* Emacs go-mode: don't indent the inside of strings.Peter Kleiweg2012-05-291-3/+3
* Emacs go-mode: fix Emacs freeze-up when copy/pasting from string or comment.Peter Kleiweg2012-05-291-0/+5
* misc/emacs: Restore the window position after a successful gofmt.Jean-Marc Eurin2012-05-071-28/+31
* misc/emacs: fix go-mode syntax table and whitespace handling.Sameer Ajmani2012-04-021-4/+8
* misc/emacs: fix overindentation caused by mis-parsing lines ending with speci...Ben Fried2012-03-261-24/+179