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.devel Subject: Re: "modern" colors Re: Changes for emacs 28 Date: Mon, 14 Sep 2020 17:39:37 +0300 Message-ID: <83a6xsbexi.fsf@gnu.org> References: <20200910102000.2t6tsju745xutg7u@Ergus> <20200910110832.ko66gqnqo4l664d6@Ergus> <20200911134225.zhnlq7cdhmu2iraj@Ergus> <20200911221435.go7b5kz2zcvxp2ft@Ergus> <20200912153723.ymnq3i5pugqf7lsy@Ergus> <871rj628mq.fsf@elephly.net> <20200912195358.3zjct7gsogjtlh3n@Ergus> <87y2lezrbp.fsf@elephly.net> <83pn6pbtni.fsf@gnu.org> <87mu1tzlxo.fsf@elephly.net> <83mu1tbp7a.fsf@gnu.org> <87h7s1zccb.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27896"; mail-complaints-to="usenet@ciao.gmane.io" Cc: spacibba@aol.com, casouri@gmail.com, emacs-devel@gnu.org, rekado@elephly.net, ams@gnu.org, ghe@sdf.org, tecosaur@gmail.com To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 14 16:41:07 2020 Return-path: Envelope-to: ged-emacs-devel@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 1kHpfF-00078X-QX for ged-emacs-devel@m.gmane-mx.org; Mon, 14 Sep 2020 16:41:05 +0200 Original-Received: from localhost ([::1]:52590 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kHpfE-0005Zw-AR for ged-emacs-devel@m.gmane-mx.org; Mon, 14 Sep 2020 10:41:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55998) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kHpdo-0004d0-FK for emacs-devel@gnu.org; Mon, 14 Sep 2020 10:39:36 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53200) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kHpdn-0003et-QG; Mon, 14 Sep 2020 10:39:35 -0400 Original-Received: from [176.228.60.248] (port=1040 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kHpdl-0005vP-NU; Mon, 14 Sep 2020 10:39:34 -0400 In-Reply-To: (message from Stefan Monnier on Sun, 13 Sep 2020 16:16:17 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:255645 Archived-At: > From: Stefan Monnier > Cc: Eli Zaretskii , spacibba@aol.com, casouri@gmail.com, > emacs-devel@gnu.org, ams@gnu.org, ghe@sdf.org, tecosaur@gmail.com > Date: Sun, 13 Sep 2020 16:16:17 -0400 > > > I suppose that’s exactly what gtk_selection_bg_color and > > gtk_selection_fg_color are supposed to do: take the colours from the GTK > > theme. > > > > On Guix we build Emacs with the GTK toolkit. > > So the bug is that we obey the "external" settings for the region but > apparently not for the `default` face. Are we sure this is the case? Where's the code which uses the colors for the region?