index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
emacs
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc/emacs: add support for ff-find-other-file
Dominik Honnef
2014-02-18
1
-0
/
+10
*
misc/emacs: actually use point argument that is passed to godef--call
Dominik Honnef
2014-02-18
1
-1
/
+1
*
misc/emacs: fontify type switch correctly
Dominik Honnef
2014-01-06
1
-2
/
+2
*
misc/emacs: minor cleanups
Dominik Honnef
2014-01-06
1
-7
/
+10
*
misc/emacs: various cleanups
Dominik Honnef
2013-11-08
1
-24
/
+27
*
emacs: allow users to customize the gofmt command, in particular, to use goim...
Sameer Ajmani
2013-11-08
1
-1
/
+7
*
undo CL 19010044 / dbcd720e5396
Alan Donovan
2013-10-29
1
-23
/
+23
*
misc/emacs: various cleanups
Dominik Honnef
2013-10-29
1
-23
/
+23
*
misc/emacs: support godef-jump on import statements
Dominik Honnef
2013-10-29
1
-2
/
+5
*
misc/emacs: handle empty "import ()" in go-goto-imports
Dominik Honnef
2013-10-22
1
-0
/
+5
*
misc/emacs: send correct content-length to the playground
Dominik Honnef
2013-10-10
1
-1
/
+4
*
misc/emacs: don't treat (foo)(bar) as a function call when preceded by a word...
Dominik Honnef
2013-10-10
1
-1
/
+1
*
misc/emacs: find unused imports where path and package name differ
Dominik Honnef
2013-10-07
1
-2
/
+2
*
misc/emacs: use built-in buffer-base-buffer instead of own variable
Dominik Honnef
2013-09-06
1
-5
/
+1
*
misc/emacs: allow users to customize path of 'go' tool.
Alan Donovan
2013-08-27
1
-4
/
+14
*
misc/emacs: Detect stale coverage reports
Aaron France
2013-08-19
1
-1
/
+7
*
misc/emacs: godef: print the entire description, not just the first line
Dominik Honnef
2013-08-16
1
-3
/
+3
*
misc/emacs: allow godef to work in coverage buffers
Dominik Honnef
2013-08-16
1
-4
/
+15
*
misc/emacs: do not use any free variables
Dominik Honnef
2013-08-16
1
-2
/
+3
*
misc/emacs: when defining prog-mode, define it like GNU Emacs 24 would
Dominik Honnef
2013-08-15
1
-7
/
+7
*
misc/emacs: Refactor coverage code into multiple functions
Dominik Honnef
2013-08-15
1
-64
/
+77
*
misc/emacs: Allow go-coverage to work in existing coverage buffers by reusing...
Dominik Honnef
2013-08-14
1
-12
/
+34
*
misc/emacs: add support for mode=count coverage
Dominik Honnef
2013-08-09
1
-19
/
+78
*
misc/emacs: clear previous overlays before adding new ones
Dominik Honnef
2013-08-09
1
-0
/
+1
*
misc/emacs: Add support for code coverage output of go test
Dominik Honnef
2013-08-08
1
-15
/
+97
*
misc/emacs: replace our go-goto-opening-parenthesis with backward-up-list
Dominik Honnef
2013-07-24
1
-13
/
+13
*
misc/emacs: Make godef-jump behave more like find-tag by supporting pop-tag-mark
Dominik Honnef
2013-07-24
1
-0
/
+3
*
misc/emacs: Add godef-jump-other-window
Dominik Honnef
2013-07-17
1
-4
/
+9
*
misc/emacs: fix godef-jump on Windows.
Charles Lee
2013-06-26
1
-10
/
+12
*
misc/emacs: Do not modify kill ring when programmatically deleting text
Dominik Honnef
2013-05-23
1
-2
/
+15
*
misc/emacs: Add support for methods with unnamed receiver
Dominik Honnef
2013-05-14
1
-1
/
+7
*
misc/emacs: Enable compilation-mode for gofmt error buffer before displaying it.
Dominik Honnef
2013-03-30
1
-2
/
+2
*
misc/emacs: Derive mode from prog-mode if possible
Dominik Honnef
2013-03-25
1
-1
/
+9
*
misc/emacs: Kill gofmt error buffer if the buffer was formatted correctly alr...
Dominik Honnef
2013-03-21
1
-1
/
+3
*
misc/emacs: Add support for godef
Dominik Honnef
2013-03-19
1
-0
/
+73
*
misc/emacs: Fix indentation for code following multiline function declarations
Dominik Honnef
2013-03-12
1
-2
/
+38
*
misc/emacs: Rewrite gofmt to use own function for applying patch instead ...
Dominik Honnef
2013-03-07
1
-87
/
+77
*
misc/emacs: Add compatibility for GNU Emacs 23 and XEmacs >=21.5.32
Dominik Honnef
2013-03-06
1
-28
/
+107
*
misc/emacs: Add tab completion for godoc command, completing from known insta...
Dominik Honnef
2013-03-04
1
-4
/
+5
*
misc/emacs: Greatly improve go-mode for Emacs.
Dominik Honnef
2013-02-26
2
-755
/
+626
*
misc/emacs: Present "godoc" documentation buffers using view-mode.
Steven Elliot Harris
2013-02-20
1
-1
/
+1
*
misc/emacs: update go-mode syntax table and comment handling as
Sameer Ajmani
2013-01-09
1
-9
/
+7
*
misc/emacs: fix go-mode hang
Russ Cox
2012-11-27
1
-1
/
+1
*
misc/emacs: Fix the gofmt patching when the TMPDIR is not the default.
Jean-Marc Eurin
2012-06-29
1
-6
/
+9
*
misc/emacs: Replace replace-{string|regexp} for XEmacs compatible code
Mats Lidell
2012-06-21
1
-4
/
+6
*
misc/emacs: Fix a failure when /tmp/<file>.go exists.
Jean-Marc Eurin
2012-06-13
1
-6
/
+3
*
misc/emacs: Fix the automatic gofmt when creating a new file.
Jean-Marc Eurin
2012-06-11
1
-24
/
+40
*
misc/emacs: make compilation-mode's next-error understand test failure output.
Ryan Barrett
2012-06-04
1
-1
/
+14
*
misc/emacs: stop go-mode from spuriously marking the buffer modified when it ...
Ryan Barrett
2012-06-01
1
-2
/
+6
*
go-mode: Works for both GNU-Emacs and XEmacs-21.5
Mats Lidell
2012-05-30
1
-4
/
+4
[next]