Skip to content

Reverse of haskell-mode-jump-to-def-or-tag? #563

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sritchie opened this issue Mar 29, 2015 · 3 comments
Closed

Reverse of haskell-mode-jump-to-def-or-tag? #563

sritchie opened this issue Mar 29, 2015 · 3 comments

Comments

@sritchie
Copy link

Is there some way to come back to one's starting point after jumping to a tag? If the function's defined in a different buffer I can just kill the new window, but if I jump to a function defined in the same file it's pretty tough to get back.

Thanks!

@gracjan
Copy link
Contributor

gracjan commented Mar 29, 2015

There is (pop-tag-mark) bound for me as Alt-*.

@gracjan gracjan changed the title reverse of haskell-mode-jump-to-def-or-tag? Reverse of haskell-mode-jump-to-def-or-tag? Mar 29, 2015
@sritchie
Copy link
Author

Nice, thanks!

@Yuhta
Copy link
Contributor

Yuhta commented Apr 9, 2015

(pop-tag-mark) has a bug in haskell-mode when the tag is in a different file, it does not jump back to the first file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants