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: Wed, 13 Jan 2021 08:45:29 +0300 Message-ID: References: <86zh1fqmwn.fsf@protected.rcdrun.com> <83zh1fdxn1.fsf@gnu.org> <831reqdqck.fsf@gnu.org> <83v9c2c9nz.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="21254"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: 45799@debbugs.gnu.org, bugs@gnu.support To: Richard Stallman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jan 13 06:47:29 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 1kzZ0D-0005QO-7I for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 13 Jan 2021 06:47:29 +0100 Original-Received: from localhost ([::1]:49700 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzZ0C-0004Gv-5F for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 13 Jan 2021 00:47:28 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56708) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzYzp-0004Et-JA for bug-gnu-emacs@gnu.org; Wed, 13 Jan 2021 00:47:08 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:50635) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kzYzm-0004r9-2c for bug-gnu-emacs@gnu.org; Wed, 13 Jan 2021 00:47:04 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kzYzl-0000Lb-UY for bug-gnu-emacs@gnu.org; Wed, 13 Jan 2021 00:47: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: Wed, 13 Jan 2021 05:47: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.16105167731281 (code B ref 45799); Wed, 13 Jan 2021 05:47:01 +0000 Original-Received: (at 45799) by debbugs.gnu.org; 13 Jan 2021 05:46:13 +0000 Original-Received: from localhost ([127.0.0.1]:33948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzYyy-0000Kb-S9 for submit@debbugs.gnu.org; Wed, 13 Jan 2021 00:46:13 -0500 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:42071) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzYyw-0000KN-3y for 45799@debbugs.gnu.org; Wed, 13 Jan 2021 00:46:11 -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 000000000001E076.000000005FFE891B.00006CFA; Tue, 12 Jan 2021 22:46:02 -0700 Content-Disposition: inline In-Reply-To: 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:197876 Archived-At: * Richard Stallman [2021-01-13 08:39]: > [[[ To any NSA and FBI agents reading my email: please consider ]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > Someone will have to implement an infrastructure to allow users > > customize faces separately for each type of frame. The current > > Customize machinery for faces was not supposed to allow that. > > How many types of frames are there? Just two (GUI and text)? For > just two, it could be that a user could customize each one fairly > easily. Make two files, .emacs.gui and .emacs.text, then have .emacs > choose to load one or the other of those two. Then put the > customization for GUI terminals into .emacs.gui and that for text > terminals into .emacs.text. > > It's not super-clean but it may be good enough. I am using TUI by using emacsclient that speaks to GUI running server. Do you think that may work with 2 customization files?