Michael Olson <[EMAIL PROTECTED]> writes: > Any objections to the installation of the following patch?
Yes.
> --- orig/emms.el 2005-08-28 19:38:04.000000000 -0500
> +++ mod/emms.el 2005-08-28 19:37:52.000000000 -0500
> @@ -41,6 +41,8 @@
> (defvar emms-version "1.3 $Revision: 1.63 $"
> "EMMS version string.")
>
> +(eval-when-compile (require 'cl))
I do have an objection to requiring `cl' when there is a perfectly
working variant outside of `cl' available.
The correct solution is something along the lines of
(defalias emms-subseq (if (featurep 'xemacs)
'subseq
'substring)
"...")
I would have commited that already, but I currently lack the time
to test it.
> Using subseq also fixes a problem I was seeing when
> emms-playlist is nil upon calling emms-playlist-add.
Could you elaborate?
Greetings,
-- Jorgen
--
((email . "[EMAIL PROTECTED]") (www . "http://www.forcix.cx/")
(gpg . "1024D/028AF63C") (irc . "nick forcer on IRCnet"))
pgpHVSpQg5tky.pgp
Description: PGP signature
_______________________________________________ Emms-help mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emms-help
