Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(798)

Issue 18230043: code review 18230043: misc/emacs: support godef-jump on import statements (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by Dominik Honnef
Modified:
11 years, 6 months ago
Reviewers:
adonovan
CC:
adonovan, golang-dev
Visibility:
Public.

Description

misc/emacs: support godef-jump on import statements The newest version of godef supports jumping to a package's source directory if point is on an import statement.

Patch Set 1 #

Patch Set 2 : diff -r f9af8b83c78c https://code.google.com/p/go #

Patch Set 3 : diff -r f9af8b83c78c https://code.google.com/p/go #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M misc/emacs/go-mode.el View 1 2 chunks +4 lines, -1 line 1 comment Download

Messages

Total messages: 5
Dominik Honnef
Hello adonovan@google.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 6 months ago (2013-10-28 02:15:28 UTC) #1
adonovan
LGTM https://codereview.appspot.com/18230043/diff/40001/misc/emacs/go-mode.el File misc/emacs/go-mode.el (right): https://codereview.appspot.com/18230043/diff/40001/misc/emacs/go-mode.el#newcode954 misc/emacs/go-mode.el:954: (funcall (if other-window 'find-file-other-window 'find-file) specifier) #'find-file-other-window #'find-file ...
11 years, 6 months ago (2013-10-29 15:13:23 UTC) #2
adonovan
*** Submitted as https://code.google.com/p/go/source/detail?r=f2b59b5163b0 *** misc/emacs: support godef-jump on import statements The newest version of ...
11 years, 6 months ago (2013-10-29 15:15:08 UTC) #3
Dominik Honnef
Haha, darn. I copied that from 4 lines down. I guess you didn't complain last ...
11 years, 6 months ago (2013-10-29 15:16:48 UTC) #4
adonovan
11 years, 6 months ago (2013-10-29 15:17:37 UTC) #5
Don't worry about it; I nailed both of those ones.


On 29 October 2013 11:16, <dominik.honnef@gmail.com> wrote:

> Haha, darn. I copied that from 4 lines down. I guess you didn't complain
> last time ;)
>
> I'll send a follow-up CL fixing that for all existing symbols.
>
>
https://codereview.appspot.**com/18230043/<https://codereview.appspot.com/182...
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b