-
Notifications
You must be signed in to change notification settings - Fork 15
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
Extremely small headings when emacs is started as a daemon #8
Comments
Wow, I haven't experienced that before. If you inspect your font details, does anything interesting show up? (you can hover over a character in your headings and do C-x C-u = to get details about the font used). Poet picks up the font height externally and then uses that for all future iterations; just in case it's picking up a strange font-height on first start I could imagine this happening. |
Which command is this?
Yeah, I imagine it's something related to this --- maybe it thinks it's in a terminal or something when started as a daemon? shrug |
Here's what happens when I start poet after opening an emacs frame.
|
It's basically the height 1, and yes – I inverted the command; C-u C-x = should be describe :). Are you explicitly setting the heights and fonts before enabling poet in your config? |
Nope, not explicitly setting anything, afaik. Quick search for |
setting a reasonable height will probably fix it temporarily. emacs -Q seemed to handle it correctly so I'm not sure why it's misinterpreting height, will do some more testing with emacsclient. |
Cool! Let me know if you can't reproduce it. I can try anything you need me to :). |
You may need to use |
8f06ffd should fix this. Many more details than anyone asked for: I ended up going down a little bit of a rabbit hole while debugging this;
|
... Oops. https://www.xkcd.com/356/ Thanks for looking into this, though, it seems like it's working for me now, which I appreciate a lot :). Did not expect this to be so involved! These themes are really great for paper writing, particularly how source / example / comment blocks show up, so I am really happy to have it all working at a reasonable font size now, haha. |
Hi there! When I have poet installed:
AND I start emacs as a daemon and connect with an emacs client, I get really REALLY small headings in org mode:
If I enable variable-pitch-mode it's even worse:
If I start emacs normally this problem goes away for some reason! If I start emacs as a daemon without initializing poet, and then enable the poet theme when I start an emacsclient, everything is fine as well.
Do you have any idea what might be causing this?
The text was updated successfully, but these errors were encountered: