-
Notifications
You must be signed in to change notification settings - Fork 28
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
Conflict with whitespace.el #107
Comments
I've have this same issue, only workaround I've found is to set |
Ok, I've done some digging. And I can confirm it happens when:
The cause of the incorrect cursor movement is the For some reason, when the above listed conditions are true, This is sadly where both my time and knowledge runs out at the moment. If it helps anyone, I started debugging this by doing |
As I'm no longer using whitespace-mode in prog-mode derived modes, the cursor movement bug affecting highlight-indent-guides when whitespace-mode is enabled is no longer an issue for me. Further details about the highlight-indent-guides conflict with whitespace-mode is available in this issue: DarthFennec/highlight-indent-guides#107
Since this issue is open since 2020-12-27 - and resolution seems to be illusive, perhaps a good-enough-solution should be to let |
I need to find some time to double check, I believe I found the part of the cause of this issue a while back while debugging an issue with copilot.el. Basically, removing |
I am also experiencing this issue and it does seem to be a conflict between The example given in the introductory post for this issue doesn't seem to get across just how disruptive this issue can be. On large files, inter-line cursor movements can be completely unpredictable: sometimes it stays in the same column, sometimes it's shifted some arbitrary number of spaces, and sometimes it's clear at the end (or beginning) of the line. Obviously, this can be extremely frustrating. I agree that disabling I suspect that it's more than just |
I am getting a glitch when I use hightlight-indent-guides.el in combination with whitespace.el regarding cursor movement.
Steps to reproduce
.emacs.d/elpa
eval-buffer
it:.py
name extension and paste the following content into itC-SPC
C-n
Expected behavior
The cursor should end up in line 3, column 1
Observed behavior
The cursor ends up in line 3 column 10
System information
emacs-27.1
ubuntu 20.4 amd64
highlight-indent-guides 20200820.2328
The text was updated successfully, but these errors were encountered: