Skip to content
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

Suggestion: use markers instead of point #14

Closed
bmag opened this issue Aug 11, 2015 · 1 comment
Closed

Suggestion: use markers instead of point #14

bmag opened this issue Aug 11, 2015 · 1 comment

Comments

@bmag
Copy link
Contributor

bmag commented Aug 11, 2015

First of all, thank you for making this package. Secondly, I've encountered an irritating behaviour when using your package, explained below.

If I jump to some location in the current buffer, make some changes, and then jump back, sometimes the jump back "misses" by several characters. To reproduce:

  1. from the end of the buffer, jump to the beginning of the buffer
  2. type "foo" (in insert state)
  3. jump back with evil-jumper/backward
    Expected result: point is now at end of buffer
    Actual result: point is 3 characters before the end of the buffer.

Using markers should fix this problem, since markers keep track of such changes. I'm guessing the function point-marker will be helpful.

@bling bling closed this as completed in e960dfc Aug 27, 2015
@bling
Copy link
Owner

bling commented Aug 27, 2015

thanks.

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

2 participants