On Wed, Apr 24, 2013 at 07:54:05PM -0600, Wilbert Isaac Cortés González wrote: > Hey, hi, I was trying to customize the theme color of emacs itself and I [...chomp...chomp...chomp...] > > (defun color-theme-nice () > > (interactive) > > (color-theme-install > > '(color-theme-nice [...chomp...chomp...chomp...] > > ))) > > (provide 'color-theme-nice) > > > > (require 'color-theme) > > (color-theme-initialize) > > (color-theme-nice) Two issues: 1. (require 'color-theme) should go before (defun color-theme-nice() ..) 2. As far as I know F18 ships Emacs 24.2. In that case the color-theme package is deprecated, and will not work anyway. You have to switch to the built in custom-theme interface. Hope this helps, -- Suvayu Open source is the future. It sets us free. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org