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

Update cycle counter code to run periodically while still not being in the way of editing #5

Open
themkat opened this issue Oct 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@themkat
Copy link
Owner

themkat commented Oct 13, 2024

The first experiments in periodic reload led to the editing experience not feeling as great. That is why I let it be static for now. It can easily be reloaded by reactivating the minor mode though.

A solution might include:

  • Small changes in presentation to not be in the way of editing
  • Using a timer to update the overlays, and making sure it is cleaned up properly.
  • Make sure it does NOT affect other modes and buffers while Emacs is open.
  • Make sure the editing experience does not get affected too much by the periodic updates, and that the editing experience feels harmonious. No stuttering or too much "random" movement of editing cursor.
@themkat themkat added the enhancement New feature or request label Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant