From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: 6x13 font not working in windows emacs 21.3 Date: 02 Apr 2003 19:48:08 +0100 Organization: jasonrumney.net Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1049311092 23780 80.91.224.249 (2 Apr 2003 19:18:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 2 Apr 2003 19:18:12 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 02 21:18:10 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 190nkP-0006B1-00 for ; Wed, 02 Apr 2003 21:18:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 190ndX-0004XW-09 for gnu-help-gnu-emacs@m.gmane.org; Wed, 02 Apr 2003 14:11:03 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!diablo.theplanet.net!mephistopheles.news.clara.net!news.clara.net!news.freedom2surf.net!nyaumo.jasonr.f2s.com!news Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 195.137.103.251 Original-X-Trace: news.freedom2surf.net 1049310385 3831 195.137.103.251 (2 Apr 2003 19:06:25 GMT) Original-X-Complaints-To: abuse@freedom2surf.net Original-NNTP-Posting-Date: Wed, 2 Apr 2003 19:06:25 +0000 (UTC) X-Face: .PruP48JRO{Z6Rfz?YkZ>)zR+7!Up"`!1Cvq{fGd)@K; y]C:8r\CrJ^Mj\_U"9*WD2 I#zdK_#tw]y9*Y$?ge&b23Zt7zpknL{)F7Px4DVSY6b9dg[^VtkN-R_$YJ0cL''j[,}O#k{k| User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Xref: shelby.stanford.edu gnu.emacs.help:111612 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8113 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8113 Casper Gripenberg writes: > I can see the 6x13 font in the font dialog in > emacs, but when I select it emacs just simply > reverts back to the default courier font. > In any case it seems like something broke from > 20.x -> 21.x(?) I put the font here: It seems like that, but it is not that something broke, just that something changed. The font-dialog on MS-Windows used to create a fontset automatically, to make it easier to use non-Latin-1 fonts. But Emacs 21 can now DTRT for those fonts directly, so it no longer needs to do that for most cases. But for fonts in non-standard encodings, it is still necessary to create the fontset. Something like (setq my-fontset (create-fontset-from-ascii-font "*-6x13-*")) (set-frame-font my-fontset) should be a good starting point.