On Sep 11, 5:30 pm, Peter Dyballa wrote:
>> 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:
Yes, it's actually a conditional settings of
(when (eq window-system 'mac)
> (setq initial-frame-alist '(
> (mouse-color . "midnightblue")
> (foreground-color . "grey20")
> (background-color . "alice blue")
> (...)
If I set these directly, without conditions (when/if), "emacs -nw"
becomes sad ...
And when I check for window-system, it does not work when I open a new
frame.
> (font . "-apple-courier std-medium-r-normal--0-0-0-0-m-0-mac-
> roman")))
How do you find/figure out the available font names? ("xlsfonts if
only for X fonts, right?)
The Menu on S-Mouse1 does not work very well. I would like the same
font as Terminal and TextEdit (in plaintext mode) uses.
--
flips
--~--~---------~--~----~------------~-------~--~----~
"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
-~----------~----~----~----~------~----~------~--~---