milkypostman / powerline

emacs powerline
Other
790 stars 117 forks source link

Powerline breaks Emms Mode line #84

Open 3marcusw opened 9 years ago

3marcusw commented 9 years ago

Powerline conflicts with EMMS. Normally, EMMS displays the current song and the song's current time in the modeline, like this, but with powerline, the emms-modeline is completely absent

I even reverted to a totally clean emacs install and added only powerline and EMMS in order to remove any other possible conflicts. Unfortunately, the problem persists.

milkypostman commented 9 years ago

where is emms putting its information? seems like it probably needs to be added to one of the modeline parameters. someone would probably need to make a pull request or something.

3marcusw commented 9 years ago

emms appears to be appending to the global-mode-string https://github.com/emacsmirror/emms/blob/master/lisp/emms-mode-line.el

milkypostman commented 9 years ago

This sounds like an Emms problem. There are shared variables that are more appropriate to modify. But again, I'm happy to entertain any pull requests to address this issue. On Sat, Apr 25, 2015 at 14:28 Marcus W notifications@github.com wrote:

emms appears to be appending to the global-mode-line-string https://github.com/emacsmirror/emms/blob/master/lisp/emms-mode-line.el

— Reply to this email directly or view it on GitHub https://github.com/milkypostman/powerline/issues/84#issuecomment-96281207 .