-
Notifications
You must be signed in to change notification settings - Fork 29
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 eyebrowse package #57
Comments
I am also having this issue. Seems to occur for me almost every time I have multiple workspaces. |
How odd. Beacon has nothing to do with any other packages. It uses a timer for the fade animation. One theory is that eyebrowse workspaces somehow reduce render performance for emacs, which causes it to be render fewer frames. |
I thought it is quite a peculiar issue. Perhaps I should open an issue with Eyebrowse then... |
I spent some time debugging this issue and may be able to offer some leads towards a solution. The issue seems to be caused by the fact that beacon uses the Removing the
I imagine the ideal way to fix this would be by checking that the buffer that is being changed actually contains a beacon, and to only remove that beacon, rather than all beacons. Is there a good way to do that? |
I read the issue in eyebrowse side. Before I don't have this problem. But it's occurred after upgrading all packages and emacs to 26.1 this morning. Any updates on how to solve this problem ? |
I've commited a potential fix that ignores the |
Good stuff, thank you! Ill get it asap |
@Malabarba That last commit broke my Emacs config. |
Strange. I've pushed another commit which doesn't rely on regexps at all. Let me know if it works. |
@Malabarba yes, it was fixed with the new commit 9 days ago. Thanks. |
If there is only one eyebrowse workspace the point blinks and has this nice smooth-fading transition. If there is more than one workspace in eyebrowse then the beacon still appears but does not have a transition it just instantly disappears after
beacon-blink-duration
runs out.EDIT:
It seems that sometimes a few workspaces need to exist for the issues to be properly replicated.
The text was updated successfully, but these errors were encountered: