From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.help Subject: Re: Fonts For 21.1.30 On Mac OSX? Date: Wed, 04 Sep 2002 00:06:13 GMT Organization: Shaw Residential Internet Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031098474 5671 127.0.0.1 (4 Sep 2002 00:14:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 4 Sep 2002 00:14:34 +0000 (UTC) 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 17mNoW-0001TL-00 for ; Wed, 04 Sep 2002 02:14:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17mNq2-00038w-00; Tue, 03 Sep 2002 20:16:06 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!ps01-sjc1!news.webusenet.com!pd2nf1so.cg.shawcable.net!residential.shaw.ca!news3.calgary.shaw.ca.POSTED!not-for-mail X-Trace-PostClient-IP: 24.71.203.212 Original-Newsgroups: gnu.emacs.help Original-Lines: 40 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-NNTP-Posting-Host: 24.71.223.147 Original-X-Complaints-To: abuse@shaw.ca Original-X-Trace: news3.calgary.shaw.ca 1031097973 24.71.223.147 (Tue, 03 Sep 2002 18:06:13 MDT) Original-NNTP-Posting-Date: Tue, 03 Sep 2002 18:06:13 MDT Original-Xref: nntp.stanford.edu gnu.emacs.help:104463 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1026 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1026 Edward Dodge writes: > From what I can see with "M-x list-fontsets," I only have one font... > > OUTPUT: > ___________ > Fontset: -*-*-*-*-*-*-*-*-*-*-*-*-fontset-default > Fontset: -etl-fixed-medium-r-normal-*-16-*-*-*-*-*-fontset-mac > > I found some fonts at: > > http://members.shaw.ca/akochoi-emacs/Resources/GNU-Fonts.smi.bin > > But there are no instructions on how to install them or change to > them. Anyone know? You can find out how to install fonts on Mac OS X by searching for `installing fonts' in the Help Center. Font sets are not the same as fonts. Information about font sets can be found in the Emacs manual. To list all the /fonts/ you can use, evaluate the expression (x-list-fonts "*"). To evaluate an expression, one way is to type it into the *scratch* buffer and then type C-j. If you can't see all of the fonts, first evaluate the expression (setq eval-expression-print-length 100). Another way to see all your fonts is to type `M-x set-frame-font RET' and type TAB when prompted for a `Font name: '. Of course choosing a font here will set the font for the current frame. To make this font setting `permanent', read about default-frame-alist and initial-frame-alist in the Emacs on-line manual. Also, if it is possible, please use the version of Emacs in the CVS repository instead of the older version in the subject line.