Ian D <[email protected]> writes:

> EMMS Developers,
>
>      I noticed that EMMS will start redisplaying lyrics when it is
>      paused.  I looked into it, and noticed that the `timer-duration'
>      function will remove any negative numbers, so in
>      `emms-lyrics-set-timer', when the variable `time' is set, and is
>      negative, when `run-at-time' is called, `timer-duration' changes it
>      to a positive value, causing old lyrics to be displayed again.
>      Setting a check for a positive value fixes this.  The patch is
>      attached.

Thanks.  Fixed.

But below line should be outside `when', or it will freeze emacs.  

> +     (setq lyrics-alist (cdr lyrics-alist)))))))

-- 
William

http://xwl.appspot.com


_______________________________________________
Emms-patches mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/emms-patches

Reply via email to