unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Volker Wysk <verteiler@volker-wysk.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Changing the colors of the initial frame
Date: Mon, 04 May 2015 19:45:47 +0200	[thread overview]
Message-ID: <49339215.xJ0eTVIntn@debian> (raw)
In-Reply-To: <83oam0s0tn.fsf@gnu.org>

Am Montag, 4. Mai 2015, 20:35:16 schrieb Eli Zaretskii:
> > From: Volker Wysk <verteiler@volker-wysk.de>
> > Date: Mon, 04 May 2015 19:15:54 +0200
> > 
> > (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?
> 
> Did you try the above with initial-frame-alist as well?

Yes, I've just tried it - following Damien's hint. It works now.

Thanks,
Volker



  reply	other threads:[~2015-05-04 17:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-04 17:15 Changing the colors of the initial frame Volker Wysk
2015-05-04 17:35 ` Eli Zaretskii
2015-05-04 17:45   ` Volker Wysk [this message]
     [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=49339215.xJ0eTVIntn@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).