From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ewen Cartwright" Newsgroups: gmane.emacs.help Subject: RE: Setting fonts in new frames Date: Wed, 3 Jan 2007 21:13:52 -0000 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1167862371 12211 80.91.229.12 (3 Jan 2007 22:12:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Jan 2007 22:12:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 03 23:12:50 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H2ELn-0008PP-KL for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jan 2007 23:12:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2ELm-0004mA-Un for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jan 2007 17:12:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2DQr-0007Iw-Sy for help-gnu-emacs@gnu.org; Wed, 03 Jan 2007 16:13:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2DQo-0007HW-UV for help-gnu-emacs@gnu.org; Wed, 03 Jan 2007 16:13:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2DQo-0007HS-Q9 for help-gnu-emacs@gnu.org; Wed, 03 Jan 2007 16:13:54 -0500 Original-Received: from [195.153.172.3] (helo=mail.abcam.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H2DQo-0001wP-9x for help-gnu-emacs@gnu.org; Wed, 03 Jan 2007 16:13:54 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Setting fonts in new frames Thread-Index: AccvbTdqKT3QsbDoQoOvNrRMs285oQADsHkg Original-To: "Kevin Rodgers" , X-Mailman-Approved-At: Wed, 03 Jan 2007 17:12:33 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40129 Archived-At: Thanks very much -- don't know how I missed that...=20 -----Original Message----- From: help-gnu-emacs-bounces+ejc=3Dabcam.com@gnu.org [mailto:help-gnu-emacs-bounces+ejc=3Dabcam.com@gnu.org] On Behalf Of = Kevin Rodgers Sent: 03 January 2007 19:26 To: help-gnu-emacs@gnu.org Subject: Re: Setting fonts in new frames Ewen Cartwright wrote: > I set the font for my emacs sessions (ntemacs-22) in my .emacs file > thus: >=20 > (set-default-font "-*-Lucida Sans > Typewriter-normal-r-*-*-12-*-*-*-c-*-*-iso8859-1") >=20 > Which works fine. But every time I open a new frame I get plain old=20 > Courier. I've looked for frame-opening hooks where I can run=20 > set-default-font to get my own font choice in them but nothing I've=20 > tried seems to work. Anyone know how I can achieve this? (add-to-list 'default-frame-alist '(font . "-*-Lucida Sans Typewriter-normal-r-*-*-12-*-*-*-c-*-*-iso8859-1")) -- Kevin _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs