jonathanchu / emacs-powerline

Powerline for Emacs
497 stars 37 forks source link

html-mode makes powerline blank #7

Closed christianlask closed 12 years ago

christianlask commented 12 years ago

When I open a file that makes emacs load html-mode, the powerline goes blank. The same happens, when I create a new file and load html-mode manually.

jonathanchu commented 12 years ago

What version of emacs are you using when this happens?

jonathanchu commented 12 years ago

Oh, sorry - just saw the other issue where you listed the info (v24.0.97.1). I'll take a look - thanks!

christianlask commented 12 years ago

Oh, and I forgot again to mention my Emacs version ;) Sorry about that.

gsmnv commented 12 years ago

I have same issue. Version: GNU Emacs 24.1.1

filsinger commented 12 years ago

Same issue here. GNU Emacs 24.1.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-06-10

gsmnv commented 12 years ago

-(defpowerline major-mode (propertize mode-name +(defpowerline major-mode (propertize (format-mode-line mode-name) Fixes problem.

christianlask commented 12 years ago

Can confirm the fix. Thank you!

jonathanchu commented 12 years ago

Thanks @Okasu! I'll add this in shortly.

jonathanchu commented 12 years ago

Thanks again! https://github.com/jonathanchu/emacs-powerline/commit/6db27626e0d5d79d1854c346744f344eec4abc80