all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Question about customising faces
Date: Tue, 30 Aug 2022 14:49:34 +0300	[thread overview]
Message-ID: <83ler6uf1t.fsf@gnu.org> (raw)
In-Reply-To: <87pmgip69s.fsf@fastmail.fm> (message from Joost Kremers on Tue,  30 Aug 2022 08:44:53 +0200)

> From: Joost Kremers <joostkremers@fastmail.fm>
> Cc: help-gnu-emacs@gnu.org
> Date: Tue, 30 Aug 2022 08:44:53 +0200
> 
> > Please show a recipe, starting from "emacs -Q", to reproduce the issue.
> 
> I do the following, starting from `emacs -Q`:
> 
> - Evaluate the following `set-face-attribute` calls (with FRAME set to nil, no
>   use of `unspecified`):
> 
>   (set-face-attribute 'isearch nil :background nil :foreground "#d33682")
>   (set-face-attribute 'isearch-group-1 nil :background "lightskyblue1" :foreground "#d33682")
>   (set-face-attribute 'isearch-group-2 nil :background "DarkSeaGreen1" :foreground "#d33682")
>   (set-face-attribute 'lazy-highlight  nil :background nil :foreground nil :box "#d33682")
> 
> - Start isearch in any buffer and observe the changed faces.
> 
> - Create a new frame with `C-x 5 2`.
> 
> - Start isearch again and observe that the faces are a mix of old an new. Most
>   notably are the background colors, which I'm trying to set to nil but which
>   are present in the newly created frame. The same for the foreground of
>   lazy-highlight. The box of lazy-highlight does appear, though.

Well, you should have said explicitly that the problem only happens
with colors that you set to nil.  If I missed that, I apologize for
not spotting that important detail.

What did you expect to happen as result of setting the color of a face
to nil?

And yes, for what (I think) you wanted to achieve, two calls that you
show in the OP are really necessary.



  reply	other threads:[~2022-08-30 11:49 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-29 11:30 Question about customising faces Joost Kremers
2022-08-29 13:08 ` Eli Zaretskii
2022-08-29 20:07   ` Joost Kremers
2022-08-29 20:47     ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-08-30  6:58       ` Joost Kremers
2022-08-30 13:00         ` Stefan Monnier
2022-08-30 20:57           ` Joost Kremers
2022-08-30 21:23             ` Stefan Monnier
2022-09-03 15:18           ` Joost Kremers
2022-08-30  2:30     ` Eli Zaretskii
2022-08-30  6:44       ` Joost Kremers
2022-08-30 11:49         ` Eli Zaretskii [this message]
2022-08-30 20:48           ` Joost Kremers
2022-08-30 15:52         ` Gregory Heytings
2022-08-30 16:54           ` Eli Zaretskii
2022-08-30 17:50             ` Gregory Heytings
2022-08-30 18:19               ` Eli Zaretskii
2022-08-30 18:31                 ` Gregory Heytings
2022-08-30 18:34                   ` Eli Zaretskii
2022-08-30 18:48                     ` Gregory Heytings
2022-08-30 18:56                       ` Eli Zaretskii
2022-08-30 19:15                         ` Gregory Heytings
2022-08-30 20:36                           ` Joost Kremers
2022-08-31  2:25                           ` Eli Zaretskii
2022-08-31  8:18                             ` Gregory Heytings
2022-08-30 21:46                         ` [External] : " Drew Adams

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=83ler6uf1t.fsf@gnu.org \
    --to=eliz@gnu.org \
    --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.
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.