-
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
Sometimes powerline does not load #33
Comments
Thank you for the detailed description of the issue. I think I fixed it with this commit 0144604, can you pull it and let me know if you can reproduce it ? |
@trishume Just did the repo steps and the Eager macro-expansion error is still here. |
I reinstalled the powerline package by deleting it in Tell me if reinstalling/recompiling the powerline package did the trick for you too. |
I pulled the latest code and that fixed the modeline problems. I also reinstalled powerline and that fixed the startup error. Thanks! |
Great I close this one so. |
Some types of file opening don't load the powerline after startup. I think this is caused by over-zealous lazy loading. This only happens for certain file types, which leads me to suspect it is something to do with less-fancy major modes not trying to modify the modeline and thus not calling the hooks that lazy-load powerline.
It happens when loading files in any way and for certain types including: directories, .plist files, some other things I don't remember.
Reproducible Steps
emacsclient
(or any other method)If this is due to lazy loading, this could potentially be fixed by not lazy-loading powerline. This makes sense since when would you ever start emacs and do a bunch of actions where you want none of them to have a powerline?
Error Messages
Note in the second message it mentions some
flycheck-mode
thing being void. This makes me suspect it is a lazy loading problem, and that this issue happens for any file type that flycheck does not support.This is this error I get in messages after startup:
And then this error after loading one of the aforementioned file types:
The text was updated successfully, but these errors were encountered: