From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marc Tfardy Newsgroups: gmane.emacs.help Subject: Re: Cannot load font? Date: Sun, 16 Nov 2008 18:02:51 +0100 Message-ID: <6ob21sF2nv21U1@mid.individual.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226857239 32190 80.91.229.12 (16 Nov 2008 17:40:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Nov 2008 17:40:39 +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 Nov 16 18:41:41 2008 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.50) id 1L1lcy-0006Tj-JO for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Nov 2008 18:41:40 +0100 Original-Received: from localhost ([127.0.0.1]:45086 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L1lbq-0000Va-9j for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Nov 2008 12:40:30 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.erje.net!news.germany.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-X-Trace: individual.net ab0FSiUK93d5x/J7/3KKmg9HEtNit6i/AyVEz+r104IaI6fEop Cancel-Lock: sha1:+gxwUp7BeuadDyIfFjiHCeyzXuI= User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) In-Reply-To: Original-Xref: news.stanford.edu gnu.emacs.help:164502 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:59835 Archived-At: George Roman schrieb: > I can't get a font to load in Emacs, yet Emacs sees the font and the > font works fine with xterm. > > Background: I'm running Xming on Vista and have installed the Dina PCF > fonts. I can login to my Linux server and start xfontsel, selecting a > Dina font. I can start an xterm and use the Dina font that I selected. > > When I start Emacs (v22.1/CentOS), I see the Dina fonts listed with > (x-list-fonts "*dina*"), but when I try to use one with > > (set-face-font 'default > "-windows-dina-medium-r-normal-*-16-100-96-96-c-80-microsoft-cp1252") > > or > > (set-default-font > "-windows-dina-medium-r-normal-*-16-100-96-96-c-80-microsoft-cp1252" > nil) I use Dina too. Try instead this: "-raster-Dina-normal-r-normal-normal-13-97-96-96-c-*-iso8859-1" regards Marc