public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] emacs-cvs-22.0.95-r1 and color settings
       [not found] <86k5xv3s0i.fsf@mash.doux>
@ 2007-03-07  1:54 ` Rodrigo Lazo
  0 siblings, 0 replies; only message in thread
From: Rodrigo Lazo @ 2007-03-07  1:54 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-07  2:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <86k5xv3s0i.fsf@mash.doux>
2007-03-07  1:54 ` [gentoo-user] emacs-cvs-22.0.95-r1 and color settings Rodrigo Lazo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox