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:19:25 +0300 Message-ID: <83fshdtx02.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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24551"; 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:23:26 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 1oT5tW-0006BE-F1 for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 30 Aug 2022 20:23:26 +0200 Original-Received: from localhost ([::1]:33772 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oT5tU-0007fG-EE for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 30 Aug 2022 14:23:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58588) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oT5pK-0005Z0-3W for help-gnu-emacs@gnu.org; Tue, 30 Aug 2022 14:19:18 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54794) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oT5pG-00016j-Fx for help-gnu-emacs@gnu.org; Tue, 30 Aug 2022 14:19:05 -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=s5g/ja6Y/HhfJA0kIkr3e/GTjprnjQA+M98cNCX0ipc=; b=RmN6yf8fiVo5 FDaE60XTm+8pVgdAI/0qozYwX17GeNbyIiK++ImXQ/OzcyR3ZEHFaHQp7+L8P5F9xorYlux8aFobF Clvscp1fP89JcfJ1MZqZpPKu0U/kcGFC6OJh5PcL7DZnJJOXJxAh+/Xay3D/aNDPxVgy6ocFw5GWI k2NWVhQFOBHfOVTWRaoAOod325bE1P2b0AzkglULx3HLLYmgAgP1OejqF83p2wfAFDNaTW2C08d5R VTDM+d8HTJ72F9moejQKpuz4IL8BaLEpdoyKFn/dd68TsxDEpN8dhSIDtSLDV14kFatMUV8y/AXts ozYVttmvdT0iRR7b/nZJEA==; Original-Received: from [87.69.77.57] (port=3630 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 1oT5pF-0005aD-On for help-gnu-emacs@gnu.org; Tue, 30 Aug 2022 14:19:02 -0400 In-Reply-To: (message from Gregory Heytings on Tue, 30 Aug 2022 17:50:45 +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:139174 Archived-At: > Date: Tue, 30 Aug 2022 17:50:45 +0000 > From: Gregory Heytings > cc: help-gnu-emacs@gnu.org > > > >> Why don't use use :background 'unspecified here? > > > > That would still require 2 calls, see the doc string of > > set-face-attribute. > > > > Is the docstring right? With that recipe, using 'unspecified together > with frame nil affects all current and future frames here. Which recipe? what did you try, exactly?