From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: emacs 23 display slow over cable modem Date: Sun, 24 Oct 2010 09:06:51 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1287925646 26099 80.91.229.12 (24 Oct 2010 13:07:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2010 13:07:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 24 15:07:25 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PA0IC-0005GY-4H for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Oct 2010 15:07:20 +0200 Original-Received: from localhost ([127.0.0.1]:39699 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PA0IB-0008LR-4r for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Oct 2010 09:07:19 -0400 Original-Received: from [140.186.70.92] (port=55531 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PA0Hl-0008Kn-RD for help-gnu-emacs@gnu.org; Sun, 24 Oct 2010 09:06:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PA0Hk-0003MI-24 for help-gnu-emacs@gnu.org; Sun, 24 Oct 2010 09:06:53 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:46168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PA0Hk-0003ME-0h for help-gnu-emacs@gnu.org; Sun, 24 Oct 2010 09:06:52 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PA0Hj-00089u-PC for help-gnu-emacs@gnu.org; Sun, 24 Oct 2010 09:06:51 -0400 In-reply-to: (message from Daniel Pittman on Sun, 24 Oct 2010 23:27:25 +1100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75199 Archived-At: > From: Daniel Pittman > Date: Sun, 24 Oct 2010 23:27:25 +1100 > > If you can live without the better fonts you can still turn on the core font > backend after install[1] and just use that. > > Footnotes: > [1] Read the manual, I don't actually know how, I fear. :) >From the NEWS: *** Which font backends to use can be specified by the X resource "FontBackend". For instance, to use both X core fonts and Xft fonts: Emacs.FontBackend: x,xft If this resource is not set, Emacs tries to use all font backends available on your graphic device. *** New frame parameter `font-backend' specifies a list of font-backends supported by the frame's graphic device. On X, they are currently `x' and `xft'.