aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorTim Landscheidt <tim@tim-landscheidt.de>2010-06-27 17:33:35 +0000
committerTim Landscheidt <tim@tim-landscheidt.de>2010-06-27 17:33:35 +0000
commitda9f87ffd68f7b63843da2910d94281b41f18984 (patch)
tree608f98ee6162f336a14331cb88d7c905f9ea49d4 /FAQ
parented6a77997d4228d6a6a3da1a880e7672a2853829 (diff)
Fix typos and spacing.
* AUTHORS, FAQ, NEWS, README, lisp/emms-bookmarks.el, lisp/emms-cache.el, lisp/later-do.el: Fix typos and spacing.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ23
1 files changed, 11 insertions, 12 deletions
diff --git a/FAQ b/FAQ
index 0e77564..80324d9 100644
--- a/FAQ
+++ b/FAQ
@@ -1,19 +1,18 @@
-Frequently Asked Questions about emms. Please read this before
+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?
+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
+ 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
+ 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 by using ALSA or other sound systems which
+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.