all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* mode-line-inactive and face inheritance
@ 2002-02-16  7:55 Eli Zaretskii
  2002-02-16 21:49 ` Kim F. Storm
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Eli Zaretskii @ 2002-02-16  7:55 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2002-02-23  5:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-16  7:55 mode-line-inactive and face inheritance Eli Zaretskii
2002-02-16 21:49 ` 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

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.