unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Dave Goel <deego3@gmail.com>
Cc: deego3@gmail.com, emacs-devel@gnu.org
Subject: Re: Faces: How to clear an attribute while continuing to inherit other attributes?
Date: Thu, 10 Oct 2019 11:09:05 +0300	[thread overview]
Message-ID: <83tv8hrpi6.fsf@gnu.org> (raw)
In-Reply-To: <CAOCW0DhgAODpOAapKHHB+fa39HjSSczziPGpUSxJZQqtsnOaNg@mail.gmail.com> (message from Dave Goel on Wed, 9 Oct 2019 22:42:50 -0400)

> From: Dave Goel <deego3@gmail.com>
> Date: Wed, 9 Oct 2019 22:42:50 -0400
> 
> Emacs allows us to set a's foreground to nil (instead of 'unspecified), but it magically becomes 'unspecified
> when queried. That's not what I was aiming for. That is because 'unspecified means actually rendering face 'a
> would yield yellow, the color inherited from 'b instead of the default foreground.
> 
> Here's a test:  
> 
> (progn
>   (defface a nil "")
>   (defface b nil "")
>   (set-face-attribute  'b nil :foreground "yellow")
>   (set-face-attribute 'a nil :inherit 'b)
>   (set-face-attribute 'a nil :foreground nil)
>   ;; let's chase how 'a would render:
>   (face-attribute 'a :foreground nil t))
> 
> => "yellow"
> 
> We expected either "white", the default foreground.

What do you mean by "default foreground" here? is that the foreground
of the default face, or the foreground of whatever other face(s) that
are merged to produce the appearance of a character on display?



  reply	other threads:[~2019-10-10  8:09 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-10  2:42 Faces: How to clear an attribute while continuing to inherit other attributes? Dave Goel
2019-10-10  8:09 ` Eli Zaretskii [this message]
2019-10-10 15:56   ` Dave Goel
2019-10-10 15:59     ` Dave Goel
2019-10-10 17:37     ` Eli Zaretskii
2019-10-10 17:50       ` Dave Goel
2019-10-10 18:07         ` Eli Zaretskii
2019-10-10 18:26           ` Dave Goel
2019-10-10 18:39             ` Eli Zaretskii
     [not found]           ` <47578dbd-71ea-cb02-c337-96fb18af1915@lanl.gov>
     [not found]             ` <83k19cqvdi.fsf@gnu.org>
2019-10-11  0:56               ` Dave Goel
2019-10-11  1:13                 ` Dave Goel
2019-10-11  8:37                   ` Eli Zaretskii
2019-10-11  8:36                 ` Eli Zaretskii

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=83tv8hrpi6.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=deego3@gmail.com \
    --cc=emacs-devel@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.
Code repositories for project(s) associated with this public inbox

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

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).