Gentoo Archives: gentoo-user

From: Rodrigo Lazo <rlazo.paz@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] emacs-cvs-22.0.95-r1 and color settings
Date: Wed, 07 Mar 2007 02:00:02
Message-Id: 111f73c80703061754m76b6349t47e89de8df0c6927@mail.gmail.com
1 Hi everybody,
2
3 I've just updated to emacs-cvs-22.0.95-r1 and now some color settings
4 (e.g. background) aren't working.
5
6 When I test with an older version it works perfectly. This is the code I use:
7
8 (if window-system
9 (progn
10 (color-theme-initialize)
11 (color-theme-vim-colors)
12 (setq initial-frame-alist
13 '(
14 (border-color . "#4e3832")
15 (foreground-color . "grey10")
16 (background-color . "ivory2")
17 (active-alpha . 0.875)
18 (inactive-alpha . 0.75)
19 (font . "-misc-fixed-medium-r-normal-*-18-*-*-*-*-*-iso8859-1")
20 (top . 20) (left . 0) (width . 100) (height . 40))
21 )
22 (setq default-frame-alist
23 '(
24 (border-color . "#4e3832")
25 (foreground-color . "grey10")
26 (background-color . "ivory2")
27 (active-alpha . 0.875)
28 (inactive-alpha . 0.75)
29 (font . "-misc-fixed-medium-r-normal-*-18-*-*-*-*-*-iso8859-1")
30 (top . 20) (left . 0) (width . 100) (height . 40))
31 )))
32
33 Why it doesn't work with this specific version?
34
35 Best regards
36
37 --
38
39 Rodrigo Lazo (rlazo)
40 --
41 gentoo-user@g.o mailing list