leon <[EMAIL PROTECTED]> writes:
> Hi all,
>
> I'm desperate to get emms to work.
>
> My config is this:
> (require 'emms-auto)
> (require 'emms-streams)
>
> I got his error when start up:
>
> "require: Symbol's function definition is void: define-emms-info-method"
`define-emms-info-method' is defined in `emms-info' and required by
`emms-streams', so:
(require 'emms-auto)
(require 'emms-info)
(require 'emms-streams)
...should work.
I haven't tested it though since I'm currently using Emms2.
--
"Cut your own wood and it will warm you twice"
_______________________________________________
Emms-help mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emms-help