all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Eli Zaretskii" <eliz@is.elta.co.il>
Subject: mode-line-inactive and face inheritance
Date: Sat, 16 Feb 2002 09:55:27 +0200	[thread overview]
Message-ID: <9003-Sat16Feb2002095527+0200-eliz@is.elta.co.il> (raw)

Here's the definition of mode-line-inactive face:

    (defface mode-line-inactive
      '((((type x w32 mac) (background light) (class color))
	 :inherit mode-line
	 :weight light
	 :box (:line-width -1 :color "grey75" :style nil)
	 :foreground "grey20" :background "grey90")
	(((type x w32 mac) (background dark) (class color))
	 :inherit mode-line
	 :weight light
	 :box (:line-width -1 :color "grey40" :style nil)
	 :foreground "grey80" :background "grey30")
	(t
	 :inverse-video t))
      "Basic mode line face for non-selected windows."
      :version "21.2"
      :group 'modeline
      :group 'basic-faces)

The definition for non-GUI versions doesn't include `:inherit mode-line'.
Is that intentional?  I think it's not a good idea to have this
difference, especially since the documentation mentions the inheritance,
and doesn't say it's display-dependent.  FWIW, I don't see any reason
why an :inherit attribute would hurt here.

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


             reply	other threads:[~2002-02-16  7:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-16  7:55 Eli Zaretskii [this message]
2002-02-16 21:49 ` mode-line-inactive and face inheritance Kim F. Storm
2002-02-17 16:48 ` Richard Stallman
2002-02-17 18:24   ` Eli Zaretskii
2002-02-18 15:24 ` Stefan Monnier
2002-02-18 19:44   ` Kim F. Storm
2002-02-18 22:08     ` Stefan Monnier
2002-02-19 21:30   ` Richard Stallman
2002-02-19 22:53     ` Stefan Monnier
2002-02-22  4:31       ` Richard Stallman
2002-02-22 16:07         ` Stefan Monnier
2002-02-23  5:26           ` Richard Stallman

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=9003-Sat16Feb2002095527+0200-eliz@is.elta.co.il \
    --to=eliz@is.elta.co.il \
    /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.