From xemacs-m  Mon Mar 24 14:31:23 1997
Received: from amber.vis-av.com (amber.vis-av.com [206.119.44.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA16913
	for <xemacs-beta@xemacs.org>; Mon, 24 Mar 1997 14:31:21 -0600 (CST)
Received: (from derrell@localhost)
          by amber.vis-av.com (8.8.5/8.8.4)
	  id PAA19531; Mon, 24 Mar 1997 15:30:12 -0500 (EST)
Date: Mon, 24 Mar 1997 15:30:12 -0500 (EST)
Message-Id: <199703242030.PAA19531@amber.vis-av.com>
From: Derrell Lipman <derrell@vis-av.com>
To: wmperry@aventail.com
Cc: Per Abrahamsen <abraham@dina.kvl.dk>, xemacs-beta@xemacs.org
Subject: Re: customize faces -- one bug and some issues
In-Reply-To: <199703241908.LAA12378@newman>
References: <199703220537.AAA00411@amber.vis-av.com>
	<rjafntqkcp.fsf@zuse.dina.kvl.dk>
	<199703241908.LAA12378@newman>
X-Mailer: VM 6.21 under 19.15 XEmacs Lucid (beta103)
Reply-To: derrell@vis-av.com
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII

>>>>> "  William" == William M Perry <wmperry@aventail.com> writes:

  William> Per Abrahamsen writes:
>>
>>> 1. How do I specify the equivilent of the following, including the

  William>   Uh, missed this one.  What were you wanting to do?

Sorry, it got cut out from my original message.  The issue is that I
don't understand how to set my default font, using custom, as I had it
configured with Edit Faces.  The line generated by Edit Faces which
does what I want , which I'm now including in my .emacs after all of
the "custom"-generated lines, is:

(add-spec-list-to-specifier
 (face-property 'default 'font)
 '((global (nil . "-adobe-courier-bold-r-normal--*-140-75-75-m-0-iso8859-1"))))


>>> 2. Some faces are smaller than the default face.  In the customize

>>  I don't understand the issues behind these questions, so I'll
>> pretend that it is a problem with font.el, and leave them to
>> wmperry.

  William>   The font package determines the current font height by
  William> looking at face-font-name and splitting it apart based on
  William> the x-font-regexp variable.  What does:
  William> (font-default-object-for-device)
  William>   Look like?

[:family ("courier") :weight :bold :style 2 :size 14 :registry nil :encoding nil]

Derrell

