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 20:01:52 +0300 Message-ID: References: <86zh1fqmwn.fsf@protected.rcdrun.com> <83zh1fdxn1.fsf@gnu.org> <83lfcydw7j.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="18018"; 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 18:48:52 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 1kzNmm-0004Zz-Be for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 12 Jan 2021 18:48:52 +0100 Original-Received: from localhost ([::1]:48970 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzNml-00010k-Bj for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 12 Jan 2021 12:48:51 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33326) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzN8I-0001oj-Bh for bug-gnu-emacs@gnu.org; Tue, 12 Jan 2021 12:07:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49657) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kzN8I-0001WD-0x for bug-gnu-emacs@gnu.org; Tue, 12 Jan 2021 12:07:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kzN8H-0007Nc-Si for bug-gnu-emacs@gnu.org; Tue, 12 Jan 2021 12:07:01 -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 17:07:01 +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.161047117128287 (code B ref 45799); Tue, 12 Jan 2021 17:07:01 +0000 Original-Received: (at 45799) by debbugs.gnu.org; 12 Jan 2021 17:06:11 +0000 Original-Received: from localhost ([127.0.0.1]:32970 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzN7T-0007M8-6q for submit@debbugs.gnu.org; Tue, 12 Jan 2021 12:06:11 -0500 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:34055) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzN7S-0007Lm-4M for 45799@debbugs.gnu.org; Tue, 12 Jan 2021 12:06:10 -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 000000000001E075.000000005FFDD6FB.00000C7C; Tue, 12 Jan 2021 10:06:02 -0700 Content-Disposition: inline In-Reply-To: <83lfcydw7j.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:197814 Archived-At: I hope you understood it all about the shrinkage and that it comes from 1 pt face that is displayed if I enter settings through emacsclient in console mode with -nw Now regarding the customize-themes, if I change themes by using emacsclient -nw in xterm, then themes change normally in GUI, I can observe it, but not that it reflects back in xterm. Maybe that is all alright and good as you say. I think since more than 1 year, I often in GUI to first unset foreground and background as otherwise I could not change the theme. This is same problem and it is observable without -Q, with my configuration. But I think my configuration should not influence it. Should it? I think it should not. Because whatever my configuration was then the new theme should overwrite foreground and background colors, but it does not. Do you think it is bug?