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: Dark mode on Windows Date: Tue, 26 Oct 2021 15:09:50 +0300 Message-ID: <83mtmwyokx.fsf@gnu.org> References: <87mtmx3nsx.fsf@yahoo.com> <835ytl2u9h.fsf@gnu.org> <87o87cwqm4.fsf@yahoo.com> <87r1c8iodg.fsf@telefonica.net> <87ilxkwnl0.fsf@yahoo.com> 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="4005"; mail-complaints-to="usenet@ciao.gmane.io" Cc: ofv@wanadoo.es, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 26 14:12:21 2021 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 1mfLJU-0000q2-TG for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Oct 2021 14:12:20 +0200 Original-Received: from localhost ([::1]:37944 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mfLJT-0004hv-Ho for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Oct 2021 08:12:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45966) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfLHA-0003Td-Gu for emacs-devel@gnu.org; Tue, 26 Oct 2021 08:09:58 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52914) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfLH9-0004f8-HO; Tue, 26 Oct 2021 08:09:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=QQYf/mNxkEMZZbrfqNOsNznckibVsFi8RNJ6+/hi+ok=; b=ZaUhouR49v2oXPza1nzq 6OW4IsnAppIcyIkG7i4cBrnwBol++IdYMK97Zwgw78xHx9y2mhesAz6uuAKXEMqrFrs+jltFwcYnG 1QDjBNx6GE47cZzd2KIoD5TZvTNzbIE9wmrw2q0XW/61ThrNJREaxwXCvfBe66cJaUR4zQAl++0oy GTcDQ7cDtz5VSGlcyi4uvMBcGrB9tLiAoKeaT7fE9XeHOFl3fqF6vrSg0U/kz6EtXJQlBRwnLO++E 4L+glgWRNEfFwFk7hsE2o3W0avaqkLnZ22SHIoDjTFRzfiZH8Jv7npG2zdrbHXOWH1goGePPW/Bwf BMqnCYiayTCGlw==; Original-Received: from [87.69.77.57] (port=1158 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 1mfLH8-0007Kb-Vq; Tue, 26 Oct 2021 08:09:55 -0400 In-Reply-To: <87ilxkwnl0.fsf@yahoo.com> (message from Po Lu on Tue, 26 Oct 2021 10:02:03 +0800) 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:277837 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Tue, 26 Oct 2021 10:02:03 +0800 > > Óscar Fuentes writes: > > > That's not relevant here. IIUC when the user configures Gnome for using > > a dark theme, the setting becomes effective to window decorations, > > including the window title bar. > > But that means it can't be configured on a per-frame basis, which is > possible in the NS port. Why is that an issue? Different ports have slightly different behaviors, because the underlying platforms are different.