-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fill column indicator color is nearly identical to the background color when connected to an emacs daemon with a client #7285
Comments
Sounds like something that might not be related to Spacemacs. Can you try reproducing it with stock Emacs? Repro might be something like this: (didn't try it myself)
|
I can't reproduce this on my Spacemacs, at least. |
@bmag so I've got a bit more information:
a bit more about my config:
I don't know enough about the emacs/spacemacs init process to understand why setting that variable in my user-config is ignored, unfortunately. I'm going to update the title of this bug to more accurately reflect the issue, given this new info. |
That's good, this is how it's supposed to work. We know the feature isn't broken.
Spacemacs sets
That's odd. Likely your setting isn't executed, or it is overridden later. Please type Other things to try:
(message "-- reached before setq --")
(setq-default fci-rule-color "#ff0000")
(message "-- reached after setq --") I'm on a Windows machine and having trouble running the daemon, so I can't debug (or reproduce) it for now. I'll try again next week when I'm back on my Ubuntu machine. |
Update: I can't reproduce this bug on develop branch on my Ubuntu machine, even with the layers from the repro guide. System Info 💻
(helm emacs-lisp clojure python javascript markdown go html django groovy yaml
(auto-completion :variables auto-completion-return-key-behavior nil auto-completion-complete-with-key-sequence "fd")
syntax-checking spell-checking version-control git github
(shell :variables shell-default-shell 'ansi-term)) |
@bmag thanks tons for checking; its hugely appreciated. after updating to 0.200.1 this morning the problem went away, although I don't see anything specific that would have changed its behavior. the issue was occurring both on my home and work laptop (which use the same configs from my dotfiles) but has resolved on both. closing this. again, thanks so much. |
Description
Note: This was edited after more information became available. Original text is in
strikethroughand new text is in italics.Fill column indicator
does not appearis a nearly identical color to the background in an emacsclient session connected to an emacs daemon. This was as of 0.200, previous versions did not display this issue. This is using the default spacemacs dark theme.Toggling the fill-column indicator has no effect (a message is displayed in thecommand area, but no column appears).
Using the same configuration but not via emacsclient, the fill-column indicator
works correctly.
This appears to be independent of mode. I've seen the issue in Python, JS, and
Markdown files.
Reproduction guide 🪲
emacs --daemon
emacsclient -nc -a ""
SPC t f
Observed behaviour: 👀 💔
Fill column indicator is
not displayednearly the same color as the background.Expected behaviour: ❤️ 😄
Fill column indicator is displayed in the standard yellow-ish color.
System Info 💻
The text was updated successfully, but these errors were encountered: