-
Notifications
You must be signed in to change notification settings - Fork 48
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
Next/previous-section sometimes skips sections #66
Comments
I sometimes see similar behavior, but I haven't been able to track it down. I don't think it depends on the value of |
I'm noticing jumping around when going through the magit-status sections with sections included by forge. With this setup and pressing n from where the point is at on the screenshot:
Almost like the |
I think it has something to do with jumping to This should be handled by manipulating the location of the TODOs section within This is just my impression after ~10 minutes of investigation though, so take it with a grain of salt. I'll note that I can reliably reproduce this with default forge/magit-todos configuration. |
I think that
That's a very interesting idea. You may be right. If that works, it would probably be a simple solution. I'll look into that when I have time. Thanks. |
I've attempted a fix in b60520a. It seems to fix the problem of skipping sections, however a minor problem remains: that @vermiculus According to BTW, everyone: please let me know if this fixes the skipping bug for you. |
Just got back to this. 😅
It seems to fix it, thanks. But now when I set (setq magit-todos-update nil) it shows:
Wrote #122 to follow up. |
Encountered this little issue while fixing #64 .
If I set
(setq magit-todos-update nil)
, so that I see "update manually" on the magit status screen, then
andp
keys no longer work correctly and jump to sections out of order.I don't know how to fix this so I'll leave it to you, Elder One.
The text was updated successfully, but these errors were encountered: