Hi everybody,

I've just updated to emacs-cvs-22.0.95-r1 and now some color settings
(e.g. background) aren't working.

When I test with an older version it works perfectly. This is the code I use:

(if window-system
   (progn
     (color-theme-initialize)
     (color-theme-vim-colors)
     (setq initial-frame-alist
           '(
             (border-color     . "#4e3832")
             (foreground-color . "grey10")
             (background-color . "ivory2")
             (active-alpha     . 0.875)
             (inactive-alpha   . 0.75)
             (font . "-misc-fixed-medium-r-normal-*-18-*-*-*-*-*-iso8859-1")
             (top . 20) (left . 0) (width . 100) (height . 40))
           )
     (setq default-frame-alist
           '(
             (border-color     . "#4e3832")
             (foreground-color . "grey10")
             (background-color . "ivory2")
             (active-alpha     . 0.875)
             (inactive-alpha   . 0.75)
             (font . "-misc-fixed-medium-r-normal-*-18-*-*-*-*-*-iso8859-1")
             (top . 20) (left . 0) (width . 100) (height . 40))
           )))

Why it doesn't work with this specific version?

Best regards

--

Rodrigo Lazo (rlazo)
--
gentoo-user@gentoo.org mailing list

Reply via email to