unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Gilbert Harman <harman@Princeton.EDU>
Subject: Re: changing fringe color
Date: Mon, 02 Aug 2004 17:51:22 -0400	[thread overview]
Message-ID: <BD342F9A.1A8F%harman@princeton.edu> (raw)
In-Reply-To: <BD2FFE61.18F7%harman@princeton.edu>

> Is there a way to change the fringe color of a frame in GNU Emacs 21.3.50.1,
> e.g. to red?
> 
>  Gil

Peter Lee suggested using customization, but that changes the color of
fringes on all frames.  But I want to start up with several frames with
different background colors with matching fringes.  The following makes a
new frame with background color and background fringe color gray10:

(setq rframe (make-frame '((background-color . "gray10"))))
(set-face-background 'fringe "gray10" rframe)


  Gil

  reply	other threads:[~2004-08-02 21:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-30 17:32 changing fringe color Gilbert Harman
2004-08-02 21:51 ` Gilbert Harman [this message]
     [not found] <mailman.2227.1091208953.1960.help-gnu-emacs@gnu.org>
2004-07-30 19:13 ` Peter Lee
     [not found] <mailman.2501.1091483713.1960.help-gnu-emacs@gnu.org>
2004-08-03 17:50 ` Michael Slass
2004-08-03 18:38   ` Gilbert Harman
     [not found] <mailman.2617.1091558592.1960.help-gnu-emacs@gnu.org>
2004-08-03 20:22 ` Michael Slass
2004-08-03 22:53   ` Gilbert Harman

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=BD342F9A.1A8F%harman@princeton.edu \
    --to=harman@princeton.edu \
    /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).