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 01:09:19 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <78898570-E708-11D7-ABC2-000393661894@mail.neves-graca.org> 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 1063581091 22320 80.91.224.253 (14 Sep 2003 23:11:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Sep 2003 23:11:31 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Sep 15 01:11:29 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 19yg1h-0004SU-00 for ; Mon, 15 Sep 2003 01:11:29 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 19yg44-0001S1-00 for ; Mon, 15 Sep 2003 01:13:57 +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 19yg1e-0002wR-Ua for emacs-devel@quimby.gnus.org; Sun, 14 Sep 2003 19:11:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19yg1U-0002vp-Uw for emacs-devel@gnu.org; Sun, 14 Sep 2003 19:11:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19yg1S-0002vI-Dn for emacs-devel@gnu.org; Sun, 14 Sep 2003 19:11:14 -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 19yg1S-0002vC-61 for emacs-devel@gnu.org; Sun, 14 Sep 2003 19:11:14 -0400 Original-Received: from [80.139.200.48] (helo=koala.neves-graca.org) by mx20.gnu.org with esmtp (Exim 4.22) id 19yfzg-0001pJ-21 for emacs-devel@gnu.org; Sun, 14 Sep 2003 19:09:24 -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 h8EN9L2k001209 for ; Mon, 15 Sep 2003 01:09:21 +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:16390 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16390 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). The following fonts can be set: 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 putting in ~/.emacs (set-default-font "-*-Lucida Grande-*-120-*") returns Font '-*-Lucida Grande-*-120-*' is not defined. Is Lucida Grande available for Emacs on Mac OS X? If so, what is its identifier?