Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
Sometimes during editing, when the buffer is emptied (for example,
as part of a call to M-x gofmt), an error is raised when
remove-text-properties is called. Ensure that these calls use point-max
instead of buffer-size to determine their end point.
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/189042
Committer: Rob Pike <r@golang.org>
|
|
remove-list-of-test-properties, since the latter is missing
from XEmacs.
Fixes issue 462.
R=rsc
CC=golang-dev
http://codereview.appspot.com/181152
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 415.
R=rsc
CC=golang-dev
http://codereview.appspot.com/183104
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 290.
R=rsc
http://codereview.appspot.com/160070
Committer: Russ Cox <rsc@golang.org>
|
|
colon-less statement would be indented one stop too many.
R=rsc, aclements
CC=aclements
http://codereview.appspot.com/154096
Committer: Russ Cox <rsc@golang.org>
|
|
R=agl, agl1
http://codereview.appspot.com/152078
Committer: Adam Langley <agl@golang.org>
|
|
Define a new interactive function in go-mode.el called gofmt.
This function passes the current buffer through the external `gofmt`
tool and replaces the buffer with the result.
R=agl, rsc
http://codereview.appspot.com/154044
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 8.
R=agl, agl1, rsc
http://codereview.appspot.com/153056
Committer: Russ Cox <rsc@golang.org>
|
|
for keywords, built-ins, functions, and some types. It also
provides indentation that is (almost) identical to gofmt.
R=rsc
APPROVED=rsc
DELTA=509 (509 added, 0 deleted, 0 changed)
OCL=35951
CL=35994
|