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

Feature request: Don't restore point position when buffer is modified or for repl buffers #7

Open
QiangF opened this issue Aug 13, 2024 · 2 comments

Comments

@QiangF
Copy link

QiangF commented Aug 13, 2024

When a buffer is modified, assume text is inserted before point saved in the bookmark, restore the point will get the user in wrong position.
For repl buffer like eshell, it is better to always go the the end of the buffer.

@QiangF
Copy link
Author

QiangF commented Aug 14, 2024

The workaround in burly is to update the point before restore the bookmark.

alphapapa/burly.el#60

@QiangF
Copy link
Author

QiangF commented Aug 14, 2024

There is a debate in the mailing list
https://lists.gnu.org/archive/html/emacs-devel/2020-06/msg00754.html

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

1 participant