From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sancho Neves-Graca Newsgroups: gmane.emacs.devel Subject: Setting font to Lucida Grande on Mac OS X Date: Mon, 15 Sep 2003 00:43:30 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1063579726 20842 80.91.224.253 (14 Sep 2003 22:48:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Sep 2003 22:48:46 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Sep 15 00:48:44 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19yffg-0003kv-00 for ; Mon, 15 Sep 2003 00:48:44 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 19yfi3-0001Pv-00 for ; Mon, 15 Sep 2003 00:51:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19yfbu-0005Od-KD for emacs-devel@quimby.gnus.org; Sun, 14 Sep 2003 18:44:50 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19yfbG-0005Mp-57 for emacs-devel@gnu.org; Sun, 14 Sep 2003 18:44:10 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19yfbE-0005MD-ET for emacs-devel@gnu.org; Sun, 14 Sep 2003 18:44:08 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 19yfbE-0004uw-1c for emacs-devel@gnu.org; Sun, 14 Sep 2003 18:44:08 -0400 Original-Received: from [80.139.200.48] (helo=koala.neves-graca.org) by mx20.gnu.org with esmtp (Exim 4.22) id 19yfap-0007zd-Lt for emacs-devel@gnu.org; Sun, 14 Sep 2003 18:43:44 -0400 Original-Received: from mail.neves-graca.org ([10.0.1.201]) by koala.neves-graca.org (8.12.9/8.12.9) with ESMTP id h8EMhW2k001177 for ; Mon, 15 Sep 2003 00:43:33 +0200 (CEST) Original-To: emacs-devel@gnu.org X-Mailer: Apple Mail (2.552) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16389 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16389 I am running Emacs 21.3.50 Carbon Mac OS X 10.2.6. I would like to change the font of a frame from the default (Monaco) to the system default (Lucida Grande). For other fonts which are named by a single word the following commands work: M-x set-frame-font RET -*-Monaco-*-120-* M-x set-frame-font RET -*-Courier-*-120-* M-x set-frame-font RET -*-Helvetica-*-120-* But the command M-x set-frame-font RET -*-LucidaGrande-*-120-* returns Font '-*-LucidaGrande-*-120-*' is not defined. What is the name known to Emacs for Lucida Grande? If a space is needed, how is it entered (pressing Space returns [No Match])? Further, what entry in ~/.MacOSX/environment.plist is necessary to set this new font as the default for any new frame?