Hello,
I am using GNU emacs 23.1.1 on Fedora 12
I have this in my .emacs file
(require 'color-theme)
(color-theme-initialize)
(color-theme-Classic))
And I get the following error:
Symbol's function definition is void: color-theme-Classic
I have all the libraries in my /usr/share/emacs/site-lisp directory
color-theme.el
color-theme-example.el
color-theme-library.el
themes/
Many thanks for any suggestions,