From 71e9dc9e84d9e22c5ca891a1883a160882b73d5f Mon Sep 17 00:00:00 2001 From: William Xu Date: Sat, 1 Mar 2008 15:15:00 +0000 Subject: emms-lyrics.el, emms.texinfo: Remove "Known Problems" note, as it looks fairly okay. darcs-hash:20080301151546-cfa61-2ffa91603ff4f1c4b99de762e12412f62db69827.gz --- emms.texinfo | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'emms.texinfo') diff --git a/emms.texinfo b/emms.texinfo index b956aa1..5c9b5b0 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -1057,7 +1057,7 @@ Unmarks same way as @command{emms-mark-forward} marks. @item % m @findex emms-mark-regexp Marks all tracks in the playlist matching the given regular -expression. A prefix argument means to unmark them instead. +expression. A prefix argument means to unmark them instead. @end table When tracks are marked you can operate on them: @@ -2090,27 +2090,6 @@ Disable displaying Emms lyrics. Toggle displaying Emms lyrics. @end defun -@heading Known Problems - -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: - -@lisp -(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) -@end lisp - @node Volume @chapter Volume -- cgit v1.2.3