dbrock / bongo

Play music with GNU Emacs
http://www.emacswiki.org/emacs/Bongo
Other
210 stars 22 forks source link

Update bongo.el #11

Closed EugineKosenko closed 9 years ago

EugineKosenko commented 9 years ago

This change fixes the bongo failure starting in a non-English locale.

The function expects the answer "Available audio output drivers:" from the MPlayer, but when the current locale is not English, the function is failed. It is actual to force the standard English locale here.

dbrock commented 9 years ago

I decided to use en_US.UTF-8 like you did originally after all; looks like the C.UTF-8 locale isn't always available...