jonathanchu / emacs-powerline

Powerline for Emacs
497 stars 37 forks source link

Opening a scheme-file/loading scheme-mode leads to blank powerline. #5

Closed christianlask closed 12 years ago

christianlask commented 12 years ago

When I open a file that loads scheme-mode (like .ss or .scm), I get an empty green powerline. This happens, too, when I open a file and load scheme-mode manually afterwards.

jonathanchu commented 12 years ago

Thanks for this - what version of emacs are you running?

christianlask commented 12 years ago

I'm sorry, should've mentioned this right away ;) I'm running Emacs 24.0.97.1.

jonathanchu commented 12 years ago

Thanks! I was able to reproduce this easily. Found out that mode-line-process was causing the display issue. This commit seems to fix it:

https://github.com/jonathanchu/emacs-powerline/commit/2501d122568ad3941da5b8d619ba4b669159df14

It's updated in master now, so you can pull directly from it. Let me know if this worked for you.

christianlask commented 12 years ago

Thank you very much. :) My emacs is very good looking now.

jonathanchu commented 12 years ago

:smile: :thumbsup: :cake: