aboutsummaryrefslogtreecommitdiff
path: root/emms-lyrics.el
diff options
context:
space:
mode:
authorWilliam Xu <william.xwl@gmail.com>2008-03-01 15:15:00 +0000
committerWilliam Xu <william.xwl@gmail.com>2008-03-01 15:15:00 +0000
commit71e9dc9e84d9e22c5ca891a1883a160882b73d5f (patch)
treef59cce523b427f05de9a5525f43fe3469ef07368 /emms-lyrics.el
parentbb46e7695549d207cc00ca216286d1b634f811ee (diff)
emms-lyrics.el, emms.texinfo: Remove "Known Problems" note, as it looks fairly okay.
darcs-hash:20080301151546-cfa61-2ffa91603ff4f1c4b99de762e12412f62db69827.gz
Diffstat (limited to 'emms-lyrics.el')
-rw-r--r--emms-lyrics.el21
1 files changed, 1 insertions, 20 deletions
diff --git a/emms-lyrics.el b/emms-lyrics.el
index f79a550..cba4baf 100644
--- a/emms-lyrics.el
+++ b/emms-lyrics.el
@@ -34,26 +34,7 @@
;; Then either `M-x emms-lyrics-enable' or add (emms-lyrics 1) in
;; your .emacs to enable.
-;;; Known problems:
-
-;; 1. Sometimes EMMS might be blocked by some other processes, like Gnus
-;; checking new messages, while emms-lyrics still goes on, thus make
-;; music and lyrics asynchronical.
-;;
-;; One possible solution is to pause EMMS when these processes are
-;; running. e.g., for Gnus, try the following:
-;;
-;; (defadvice gnus-group-get-new-news (around pause-emms)
-;; "Pause emms while Gnus is fetching mails or news."
-;; (if emms-player-playing-p
-;; (progn (emms-pause)
-;; ad-do-it
-;; (emms-pause))
-;; ad-do-it))
-;;
-;; (ad-activate 'gnus-group-get-new-news)
-
-;;; Todo:
+;;; TODO:
;; 1. Maybe the lyric setup should run before `emms-start'.
;; 2. Give a user a chance to choose when finding out multiple lyrics.