all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Berman <stephen.berman@gmx.net>
To: Nicholas Papadonis <nick.papadonis.ml@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Color of new window C-x 5 2?
Date: Tue, 17 Mar 2020 23:17:14 +0100	[thread overview]
Message-ID: <877dzihbit.fsf@gmx.net> (raw)
In-Reply-To: <CAKD0t1JO9X06G8zY1601UAFExA4Dn5eZ5QbyrCaBA2boOS0nuQ@mail.gmail.com> (Nicholas Papadonis's message of "Tue, 17 Mar 2020 17:33:16 -0400")

On Tue, 17 Mar 2020 17:33:16 -0400 Nicholas Papadonis <nick.papadonis.ml@gmail.com> wrote:

> Does anyone know how to use (set-foreground-color) commands when the new
> window is created?  At the moment, these settings do not effect the new
> window created with C-x 5 2.  Thank you

Since set-foreground-color only affects the selected frame, you could do this:

(dolist (f (frame-list))
  (select-frame f)
  (set-foreground-color "green"))

Steve Berman



  reply	other threads:[~2020-03-17 22:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-17 21:33 Color of new window C-x 5 2? Nicholas Papadonis
2020-03-17 22:17 ` Stephen Berman [this message]
2020-03-17 22:39 ` Drew Adams
2020-03-18  3:28 ` Eli Zaretskii
2020-03-18 15:52   ` Nicholas Papadonis
2020-03-18 16:37     ` Robert Pluim
2020-03-18 18:21       ` Eli Zaretskii
     [not found] <<CAKD0t1JO9X06G8zY1601UAFExA4Dn5eZ5QbyrCaBA2boOS0nuQ@mail.gmail.com>
     [not found] ` <<83pndafijl.fsf@gnu.org>
2020-03-18 14:48   ` Drew Adams

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877dzihbit.fsf@gmx.net \
    --to=stephen.berman@gmx.net \
    --cc=help-gnu-emacs@gnu.org \
    --cc=nick.papadonis.ml@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.