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

window number mode breaks initial drawing of modeline #223

Open
tychoish opened this issue Apr 26, 2020 · 3 comments
Open

window number mode breaks initial drawing of modeline #223

tychoish opened this issue Apr 26, 2020 · 3 comments

Comments

@tychoish
Copy link

When I have window-number-on, and I open/create a new frame, the modeline is blank. The first time I split the frame (even to call helm) the mode line is drawn, and everything works normall from this point forward.

This does not happen for the first frame created when I start a new emacs instance.

@tychoish
Copy link
Author

As I've dug further into this, I see the following as a cause of this, likely.

Error during redisplay: (eval (spaceline-ml-main)) signaled (wrong-type-argument hash-table-p nil)
QuitError during redisplay: (eval (spaceline-ml-main)) signaled (wrong-type-argument hash-table-p nil)

@agenbite
Copy link

agenbite commented Jun 13, 2022

I also have a blank modeline and the same error in my messages buffer. :(

EDIT: I solved it by setting powerline-height to 1.

EDIT 2: for some reason, I have to instruct emacs that powerline-height is 1 every time I launch it. Else, the modeline is blank.

@agenbite
Copy link

I've settled down to these values which make spaceline work properly:

    (setq powerline-height 33)
    (setq powerline-scale 1.5)

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

2 participants