unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: bojohan+news@dd.chalmers.se (Johan Bockgård)
To: help-gnu-emacs@gnu.org
Subject: Re: Face for window separator
Date: Sat, 19 May 2007 15:21:09 +0200	[thread overview]
Message-ID: <yoijtzu9osoq.fsf@gamma02.me.chalmers.se> (raw)
In-Reply-To: Bcm2i.1751$Ta.1685@bignews5.bellsouth.net

cothrige <cothrige@yahoo.com> writes:

> The separator which is between the left and right window is white on
> black, rather than red on black, which makes it blend in with the
> window contents. I would like to set this to match my mode-line, but
> have been unable to find any way to do this. Perhaps there is a
> particular face used for this which I can tweak, as I did mode-line?

In Emacs 22 there is (`vertical-border'). For Emacs 21, use something
like this:

    (unless standard-display-table
      (setq standard-display-table (make-display-table)))
    (set-display-table-slot
     standard-display-table 'vertical-border
     (+ ?| (lsh (face-id 'mode-line) 19)))

-- 
Johan Bockgård

      parent reply	other threads:[~2007-05-19 13:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-15 17:36 Face for window separator cothrige
2007-05-16 13:12 ` weber
2007-05-16 20:30   ` cothrige
2007-05-16 21:50     ` Peter Dyballa
2007-05-16 19:55 ` Peter Dyballa
2007-05-19 13:21 ` Johan Bockgård [this message]

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=yoijtzu9osoq.fsf@gamma02.me.chalmers.se \
    --to=bojohan+news@dd.chalmers.se \
    --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).