From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Charles Muller Newsgroups: gmane.emacs.help Subject: Re: A Few Small Questions Date: 12 Jun 2002 18:18:39 +0900 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <1023873519.6111.4.camel@localhost.localdomain> References: <3D06E191.E6191CC4@mailandnews.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1023873524 23313 127.0.0.1 (12 Jun 2002 09:18:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Jun 2002 09:18:44 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17I4H5-00063u-00 for ; Wed, 12 Jun 2002 11:18:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17I4GU-0007As-00; Wed, 12 Jun 2002 05:18:06 -0400 Original-Received: from smtp01.fields.gol.com ([203.216.5.131]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17I4E5-000761-00 for ; Wed, 12 Jun 2002 05:15:37 -0400 Original-Received: from 203-216-96-032.dsl.gol.ne.jp ([203.216.96.32] helo=[192.168.1.2]) by smtp01.fields.gol.com with esmtp (Magnetic Fields) id 17I4E3-0005zz-00 for ; Wed, 12 Jun 2002 18:15:35 +0900 Original-To: help-gnu-emacs@gnu.org In-Reply-To: <3D06E191.E6191CC4@mailandnews.com> X-Mailer: Ximian Evolution 1.0.5 X-Abuse-Complaints: abuse@gol.com Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 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:446 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:446 I am trying to set the default font in my Emacs (in Red Hat) to a larger size. I found some sample .emacs files on the web that contained settings such as (set-default-font "-*-Courier-normal-r-*-*-16-96-*-*-c-90-*-ansi-") But when I try these, I get an error message saying that the font I have listed is not defined. How can I get a list of the fonts that are defined for my installation? Chuck