diff options
author | Yoni Rabkin <yonirabkin@member.fsf.org> | 2014-04-17 17:27:35 -0400 |
---|---|---|
committer | Yoni Rabkin <yonirabkin@member.fsf.org> | 2014-04-17 17:27:35 -0400 |
commit | cb1c92b87139272718d85d0874e818846214b645 (patch) | |
tree | 971f9dcc96dee14636e8580f2327ab80d52c1a0a /FAQ | |
parent | c2159209b01e45095184d31404cb10d10b4bbbc9 (diff) |
* FAQ: Remove this file.
This is an ancient file of doubtful use.
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -1,18 +0,0 @@ -Frequently Asked Questions about emms. Please read this before -submitting a bug report. - -Q: I seem unable to play files with accents in them. Why? -A: Emacs doesn't know the coding system of your files, and it - apparently decodes them the wrong way. Set - `default-file-name-coding-system' to the correct encoding of your - file names. It might even work to set it to 'undecided and let - Emacs guess. - -Q: Emms skips some songs in the playlist for no apparent reason. When - I select them manually, everything works. Why? -A: Increase `emms-player-delay' until it works. The problem is that - emms is told by Emacs that a player finished, so it starts a new - one. But in reality, the player has not yet freed the audio - device, so the next player gets an error when trying to play. The - best way to fix this is by using ALSA or other sound systems which - allow concurrent access. |