-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
auto-highlight-symbol
-related functionality broken in Spacemacs
#7
Comments
Would this commit be the cause d9b83fa? The previous author has a typo in the face Other way to temporary disable highlighting is these variables. Other than these you would have to set
|
So it looks like we were leaning pretty heavily on how Is this something you would be interested in exploring with us? We can make the changes here, or try to change Spacemacs to fit the new logic, or some combination of both, but I figure if we want to preserve the existing integration between these projects, we should probably make that decision explicitly. In other news, it looks like you are now using |
auto-highlight-symbol
-related functionality broken in Spacemacs
Sure! Can you tell me what features are broken? I may did a bad job on compatibility. Let me take some time to investigate it!
I have tried run-with-idle-timer and it indeed degrade the performance a bit yet I think it improves some of the user experience from my observations. Can you tell me what feature is broken in Spacemacs and it's cause by the changes? 😕 |
Awesome, thank you! This is what makes the Emacs community great. The main discussion seems to be happening here: In short, it looks like we're using Spacemacs wraps The above issue was initially opened because the highlighting suppression broke, but there's more to it than that:
|
A Spacemacs PR is pending with a possible fix to the symbol highlighting issues. |
@jcs090218 FYI, this seemingly innocent fix breaks any downstream theme that customizes |
The Spacemacs PR has been merged: Fix symbol highlighting syl20bnr/spacemacs#14892 Symbol highlighting is now disabled on startup. And the symbol highlighting key bindings should be working as expected again. |
Is there a recommended way to disable the new highlighting functionality? This may seem like a strange request given the name/nature of this project, but it seems that I'm not the only one wondering:
syl20bnr/spacemacs#14880
Excluding the entire package isn't a great solution since Spacemacs relies on this package for some of its functionality:
https://github.com/syl20bnr/spacemacs/blob/532ad2567cba1d57d09e102c385315e7cfa829ec/layers/%2Bspacemacs/spacemacs-navigation/funcs.el#L91
The text was updated successfully, but these errors were encountered: