From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: VanL Newsgroups: gmane.emacs.help Subject: Re: 26.3, 28; Set Default Font... CMU Typewriter Text Date: Sun, 16 Feb 2020 13:23:54 +1100 Organization: Acquitted Two-Times BMF Prizefighter 'The Reigning 3rd Impeached President Forever and Ever' Trump 2020 Keep America Great =?utf-8?B?yZnJmTBA?= Ultimat Fighting Cybr Message-ID: References: <83o8uook0k.fsf@gnu.org> <83h80goh05.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="57243"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (berkeley-unix) To: help-gnu-emacs@gnu.org Cancel-Lock: sha1:hwfjM/NV0yUhrvtgLbY+/9uwyLA= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Feb 16 03:26:02 2020 Return-path: Envelope-to: geh-help-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 1j39dC-000Ekp-0M for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 16 Feb 2020 03:26:02 +0100 Original-Received: from localhost ([::1]:56702 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j39dB-0003rM-0K for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 15 Feb 2020 21:26:01 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44820) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j39co-0003rE-9E for help-gnu-emacs@gnu.org; Sat, 15 Feb 2020 21:25:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j39cn-0006Sw-Ao for help-gnu-emacs@gnu.org; Sat, 15 Feb 2020 21:25:38 -0500 Original-Received: from ciao.gmane.io ([159.69.161.202]:47128) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j39cn-0006OM-4a for help-gnu-emacs@gnu.org; Sat, 15 Feb 2020 21:25:37 -0500 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1j39ck-000EHF-7d for help-gnu-emacs@gnu.org; Sun, 16 Feb 2020 03:25:34 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 159.69.161.202 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:122408 Archived-At: >>> (custom-set-faces >>> '(default ((t (:background "gainsboro" :foreground "black" :height >>> 201 :family "CMU Typewriter Text" :foundry "nil" :slant normal >>> :weight light :width normal))))... >> >> With this, I see no reason for you to mess with Emacs.FontBackend in >> .Xdefaults. Commenting out the line from .Xdefaults as !Emacs.FontBackend: ftcrhb,xft,x has the effect of : % emacs & : % libGL error: No matching fbConfigs or visuals found : libGL error: failed to load driver: swrast that results in all the X fonts from the remotely run emacs being chunky ugly, again. The fonts look how they ought to be having in the .Xdefaults Emacs.FontBackend: ftcrhb,xft,x --