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

Show paren mode doesn't work with Emacs 25.1.1 in daemon mode #65

Open
eflanigan00 opened this issue Nov 9, 2016 · 6 comments
Open

Comments

@eflanigan00
Copy link

emacs --daemon
emacsclient -c
It works in other themes so I'm not sure what the problem is.

@gnava
Copy link

gnava commented May 21, 2017

Hi,

I had a similar issue. But is not that show-paren-mode is not working, the problem is that the face colour for show-paren-match and show-paren-mismatch is indistinguishable from normal text when starting emacs as a daemon. You can change the face to test it with set-face-attribute.

Actually is not the only face, other faces have different background colours depending if emacs is started as daemon or not (e.g. font-lock-comment-face). Not sure why that happens, but looks related to issue #78.

jabranham added a commit to jabranham/spacemacs-theme that referenced this issue Sep 21, 2017
This fixes issue nashamri#78, and possibly nashamri#65
@eflanigan00
Copy link
Author

Any update on this? Something about the theme doesn't load properly when daemon mode starts.
If eval (load-theme 'spacemacs-dark t) after the daemon starts everything seems to be ok.
But it would be great if I could get the theme to load normally the first time.

@nashamri
Copy link
Owner

Hello @eflanigan00, there's a PR #89 that might solve this issue. Sorry, I still didn't have the time to work on it.

@eflanigan00
Copy link
Author

Can you include the PR so we can try it out?

@nashamri
Copy link
Owner

@eflanigan00 you can get it from @jabranham branch https://github.com/jabranham/spacemacs-theme/tree/fix-theme-loading. As I said, I need to test it more and I didn't have the time yet. If you test it and it solves the issue, please let me know.

@eflanigan00
Copy link
Author

I tried this and it doesn't solve the problem I'm seeing.

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

No branches or pull requests

3 participants