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

List buffer not updated when on same rows and cols in different buffers while switching #53

Open
xeroo opened this issue Nov 8, 2019 · 0 comments

Comments

@xeroo
Copy link

xeroo commented Nov 8, 2019

(= location imenu-list--last-location))

This line always return true if locations are the same while switching buffers.
Comparing (marker-buffer imenu-list--last-location) and (marker-buffer location) might solve this problem.

My workaround is add the following code.
(add-hook 'buffer-list-update-hook '(lambda () (setq imenu-list--last-location nil)))
This will force imenu-list--last-location different from location.

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