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

Fix recursion #82

Merged
merged 4 commits into from
Apr 15, 2024
Merged

Fix recursion #82

merged 4 commits into from
Apr 15, 2024

Conversation

justinbarclay
Copy link
Owner

@justinbarclay justinbarclay commented Apr 15, 2024

  • Fix bug where parifner-rust-mode can recur into itself when in a deferral state
  • Fix bug where parinfer-rust was trying to enable itself in the minibuffer when it was in a deferred state

fixes #81

window-selection-change-functions run when a window change
happens. This means it happens when you enter into a window and when
you leave. This should have been obvious but it wasn't and I wasted a
day hunting this down
@justinbarclay justinbarclay merged commit 75ab470 into main Apr 15, 2024
7 checks passed
@justinbarclay justinbarclay deleted the fix-recursion branch April 15, 2024 19:27
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

Successfully merging this pull request may close these issues.

Defer load seems causing problems on switching buffers
1 participant