From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Peter Ashford" Newsgroups: gmane.emacs.help Subject: Re: Saving Fonts Date: Wed, 16 Oct 2002 13:10:19 +1300 Organization: Xtra Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <87hefncnif.fsf@linux.net.cn> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1034727391 25420 80.91.224.249 (16 Oct 2002 00:16:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 16 Oct 2002 00:16:31 +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 181brS-0006bq-00 for ; Wed, 16 Oct 2002 02:16:30 +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 181brD-0002FA-00; Tue, 15 Oct 2002 20:16:15 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!news.xtra.co.nz!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-NNTP-Posting-Host: 210.54.88.8 Original-X-Complaints-To: newsadmin@xtra.co.nz Original-X-Trace: news.xtra.co.nz 1034727070 210.54.88.8 (Wed, 16 Oct 2002 13:11:10 NZDT) Original-NNTP-Posting-Date: Wed, 16 Oct 2002 13:11:10 NZDT Original-Xref: shelby.stanford.edu gnu.emacs.help:106106 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:2654 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2654 "Wu XiaoGuang" wrote in message news:87hefncnif.fsf@linux.net.cn... > > On Wed, 16 Oct 2002 10:41:44 +1300, Peter Ashford wrote: > > > Hi There, I'm using the Emacs 21.2.1 on WindowsXP. I can set the > > font to one I like easily enough, but is there some elisp snippet I > > could put in my .emacs file to make emacs always start up in my > > preferred font? > > > Thanks in advance, > > > Peter. > > Here is my setting in ~/.emacs: > > ;;; Set default font > (set-default-font "-b&h-lucidatypewriter-medium-*-*-*-16-*-*-*-*-*-*-*") > Thanks for that. How do I find out the font string to use for the font I like (Courier New, 9pt)?