Angelina Carlton <[EMAIL PROTECTED]> writes:

> (add-to-list 'load-path "~/.emacs.d")
> (require 'my-emms)
>
> Now when I start emacs it gives me an error:
>
> An error has occurred while loading `/home/orchid/.emacs':
> error: "Required feature my-emms was not provided"

My mistake, sorry - either add (provide 'my-emms) to your
my-emms.el, or use `load-library' instead of `require' :-)
(i.e. (load-library "my-emms.el"))

Greetings,
        -- Jorgen

-- 
((email . "[EMAIL PROTECTED]") (www . "http://www.forcix.cx/";)
 (gpg   . "1024D/028AF63C")   (irc . "nick forcer on IRCnet"))


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

Reply via email to