From: Volker Wysk <verteiler@volker-wysk.de>
To: help-gnu-emacs@gnu.org
Subject: Changing the colors of the initial frame
Date: Mon, 04 May 2015 19:15:54 +0200 [thread overview]
Message-ID: <3353335.iAuQ8r4myJ@debian> (raw)
Hi!
I have this in my .emacs:
(setq default-frame-alist '(
(height . 55)
(width . 190)
(font . "10x20")
(vertical-scroll-bars . t)
(horizontal-scroll-bars . nil)
(foreground-color . "#00FF30")
(background-color . "black")
(cursor-color . "white")
(cursor-type . box)
))
However, this does not get applied to the initial frame. The background is
white. When creating a new frame (make-frame), the settings take effect. How
do I configure the initial frame?
I also have this in .emacs:
(set-face-foreground 'mode-line "white")
(set-face-background 'mode-line "black")
This doesn't seem to have any effect.
I'm using Emacs-24.4.1. When i was using version 23, it worked. After
upgrading, the described problem occured.
Thanks for any help,
Volker
next reply other threads:[~2015-05-04 17:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-04 17:15 Volker Wysk [this message]
2015-05-04 17:35 ` Changing the colors of the initial frame Eli Zaretskii
2015-05-04 17:45 ` Volker Wysk
[not found] <mailman.2328.1430760037.904.help-gnu-emacs@gnu.org>
2015-05-04 17:34 ` Damien Wyart
2015-05-04 17:39 ` Volker Wysk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3353335.iAuQ8r4myJ@debian \
--to=verteiler@volker-wysk.de \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).