From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Question about customising faces Date: Tue, 30 Aug 2022 21:34:08 +0300 Message-ID: <83edwxtwbj.fsf@gnu.org> References: <871qszs2ku.fsf@fastmail.fm> <83wnarw61n.fsf@gnu.org> <878rn6u7gs.fsf@fastmail.fm> <83y1v6v4x0.fsf@gnu.org> <87pmgip69s.fsf@fastmail.fm> <83r10xu0xp.fsf@gnu.org> <83fshdtx02.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5909"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Aug 30 20:35:40 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oT65M-0001Ng-1N for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 30 Aug 2022 20:35:40 +0200 Original-Received: from localhost ([::1]:58906 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oT65K-00049D-Dg for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 30 Aug 2022 14:35:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44112) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oT63V-000466-0q for help-gnu-emacs@gnu.org; Tue, 30 Aug 2022 14:33:50 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56844) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oT63U-0003ZC-OG for help-gnu-emacs@gnu.org; Tue, 30 Aug 2022 14:33:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=2I56b+w+27GCzEDngdzBgChw0rcQ7t4bBD6egXTz0VM=; b=rs9GXCqslquj /ijsI2JqlCby/AR7b9C3nj0fpu5U8gb2he4UWp5gzo9pesmxa4zR3I5MeHjoJuLWVQyUp/qwvl/9a xn8yufqEDgKdfyPaCQQUYAbobnJhhymtbF+N46Gk+uUPyyx7Ga3evc1ZV9k9R9Ewl4Pa1TbUPIzTL JIxe/Vihh1XW9xn12c2FPfMOIAzb+6fZES4/F4Pk7XkR2EFJCxPfB4woANvd2lLMUrBC9QnhCFRLg j4ztPeF8cYLnDFITZW73bH/FVDL4HrwpbrZQLgQ3dg8Ia5uUAP9VMRXld/9YyBc16WljMdOCzbovQ U72R3RUgfyocw7Ohqw0CHg==; Original-Received: from [87.69.77.57] (port=4559 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oT63U-0002jY-7Z for help-gnu-emacs@gnu.org; Tue, 30 Aug 2022 14:33:44 -0400 In-Reply-To: (message from Gregory Heytings on Tue, 30 Aug 2022 18:31:22 +0000) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:139176 Archived-At: > Date: Tue, 30 Aug 2022 18:31:22 +0000 > From: Gregory Heytings > cc: help-gnu-emacs@gnu.org > > emacs -Q > C-x 5 2 > M-: (set-face-attribute 'isearch nil :background 'unspecified :foreground "#d33682") RET > C-s buffer > C-x 5 2 > C-s buffer > > I see exactly the exact same colors with the two isearch commands. Joost used nil, not 'unspecified, for the background attribute.