From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#45799: 28.0.50; Faces shrink unreadable on GUI when foreground/background color set in TUI Date: Tue, 12 Jan 2021 05:51:13 +0300 Message-ID: References: <86zh1fqmwn.fsf@protected.rcdrun.com> <83zh1fdxn1.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15461"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: 45799@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jan 12 03:57:36 2021 Return-path: Envelope-to: geb-bug-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 1kz9sF-0003vc-R5 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 12 Jan 2021 03:57:35 +0100 Original-Received: from localhost ([::1]:42474 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kz9sE-0004TT-Bd for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 11 Jan 2021 21:57:34 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35140) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kz9ri-0004TE-DP for bug-gnu-emacs@gnu.org; Mon, 11 Jan 2021 21:57:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:47284) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kz9ri-00061X-4b for bug-gnu-emacs@gnu.org; Mon, 11 Jan 2021 21:57:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kz9ri-00006u-3a for bug-gnu-emacs@gnu.org; Mon, 11 Jan 2021 21:57:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 12 Jan 2021 02:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45799 X-GNU-PR-Package: emacs Original-Received: via spool by 45799-submit@debbugs.gnu.org id=B45799.1610420174328 (code B ref 45799); Tue, 12 Jan 2021 02:57:02 +0000 Original-Received: (at 45799) by debbugs.gnu.org; 12 Jan 2021 02:56:14 +0000 Original-Received: from localhost ([127.0.0.1]:58830 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kz9qv-00005B-Tt for submit@debbugs.gnu.org; Mon, 11 Jan 2021 21:56:14 -0500 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:35831) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kz9qs-0008WT-Pm for 45799@debbugs.gnu.org; Mon, 11 Jan 2021 21:56:12 -0500 Original-Received: from localhost ([::ffff:197.157.0.38]) (AUTH: PLAIN securesender, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 000000000003C8BD.000000005FFD0FC3.00005E3C; Mon, 11 Jan 2021 19:56:02 -0700 Content-Disposition: inline In-Reply-To: <83zh1fdxn1.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:197765 Archived-At: * Eli Zaretskii [2021-01-11 23:31]: > > From: Jean Louis > > Date: Mon, 11 Jan 2021 22:44:08 +0300 > > > > When I use `emacsclient -c -nw' for `customize-faces', `default' and > > unset foreground and background color, the GUI faces shrink to miniscule > > sizes that I cannot even read any more. > > Don't do that: Customize changes the faces globally, not only for the > frame where you do it. It's the wrong tool if you want to customize > faces on some frames, but not others. Use set-face-foreground and its > ilk. For your and my better understanding: - I had to unset foreground and background colors, as I wanted to use emacsclient -nw in xterm but the current theme was not quite readable in console - to change the theme with customize-themes, I had to unset foreground and background color, as otherwise changing theme simply does not work. This may be another bug, and I do so for many months as a workaround to change the them. Usually I unset the foreground/background color, even if under emacs -Q and only then I am able to see the changes of the changing themes function customize-themes - but this time I had both GUI and console, unsetting foreground/background color in console, made GUI have miniscule faces or fonts Thus my intention is and was not to change the background and foreground color, rather to unset it so that I can change the theme. When the GUI practically disappears due to shrinkage of faces, that still seem a bug, and shrinking faces are to me as user not related to unsetting of foreground and background colors.