-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Resizing windows to the right in the terminal is broken #162
Comments
It doesn't seem specific to
Suggesting the issue occurs upstream somewhere? |
I'm going to mark this as an "upstream" bug and leave it open. |
I've just re-verified the same upstream bug exists in 27.0.91 |
upstream bug report: |
I'm not really sure where linum-mode is supposed to fit in there. |
I’m just saying I can reproduce the issue with linum, which is a core Emacs package that also displays information in the left margin. That’s why I’m reporting it as an Emacs bug because it seems more likely the issue is somewhere in the window management part of Emacs. |
... and in my comment above, where I run |
The Emacs maintainers fixed the upstream bug for the upcoming v28 release: I just compiled Emacs 28 from source and with that build I can't reproduce the bug. |
Hi,
There seems to be a bug with
git-gutter
that breaks theleft-margin
mouse-movement
behavior.Here is the smallest config that lets me reproduce the bug.
init.el:
Then execute the following:
Then if you try to resize to the right you should have the following error:
It sometimes work, but very rarely in my experience.
I haven't been able to reproduce this without
git-gutter
.The text was updated successfully, but these errors were encountered: