-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Cursor automatically gets repositioned in Buffer Menu Mode #2667
Comments
This is a known bug. I don't think there was a fix for it. |
OS - Lubuntu 15.04 I was not aware of |
This is caused by We could cancel the timer in |
Actually, this can be solved by customizing the (add-hook 'Buffer-menu-mode-hook
(lambda ()
(setq-local revert-buffer-function
(lambda (&rest args))))) It could aso be solved by setting Feels hacky though. |
|
@StreakyCobra: |
@cubranic Sorry I'm not any longer enough into Spacemacs development to be useful here. This is also an old issue, you'll probably get better in visibility by opening a new one. |
Good point, I'll comment in #7661, since it's still open and has a PR
ready.
…On Wed, 2017-03-01 at 00:18 -0800, Fabien Dubosson wrote:
@cubranic Sorry I'm not any longer enough into Spacemacs development
to be useful here. This is also an old issue, you'll probably get
better in visibility by opening a new one.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I typed
:ls
to get a list of open buffers. In that list (Buffer Menu Mode), I navigate to a particular line. But in a couple of seconds the cursor is repositioned to the beginning of the list.The text was updated successfully, but these errors were encountered: