Am 11.09.2007 um 15:03 schrieb flips:
> Well, to the reason why I posting here now:
> When I open a new frame, the colors I have defined using
> set-background-color, set-foreground-color, set-face-foreground
> 'modeline and set-cursor-color
> is not read for some reason.
>
> I wonder if it might be related to this being inside a (when window-
> system)?
> Maybe I could use something else?
The window-system value is mac. These might give an idea:
(setq initial-frame-alist '(
(mouse-color . "midnightblue")
(foreground-color . "grey20")
(background-color . "alice blue")
(internal-border-width . 2)
(line-spacing . 1)
(active-alpha . 0.875)
(inactive-alpha . 0.75)
(top . 25) (left . 650) (width . 91) (height . 50)))
(setq default-frame-alist '(
(border-color . "#4e3831")
(foreground-color . "grey10")
(background-color . "ghost white")
(vertical-scroll-bars . left)
(cursor-color . "purple")
(cursor-type . box)
(top . 50) (left . 150) (width . 89) (height . 56)
(font . "-apple-courier std-medium-r-normal--0-0-0-0-m-0-mac-
roman")))
--
Greetings
Pete
"One cannot live by television, video games, top ten CDs, and dumb
movies alone"
(Amiri Baraka 1999)
--~--~---------~--~----~------------~-------~--~----~
"Carbon Emacs" group mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/carbon-emacs?hl=en
-~----------~----~----~----~------~----~------~--~---