From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Denis Bueno Newsgroups: gmane.emacs.help Subject: Customizing new frames Date: Tue, 1 Feb 2005 13:07:47 -0500 Message-ID: <6dbd4d0005020110077a2894a6@mail.gmail.com> Reply-To: Denis Bueno NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107281781 16625 80.91.229.2 (1 Feb 2005 18:16:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2005 18:16:21 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 01 19:16:20 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cw2ZR-0006b4-GA for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Feb 2005 19:16:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cw2mP-0002hg-BD for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Feb 2005 13:29:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cw2m1-0002c6-7F for help-gnu-emacs@gnu.org; Tue, 01 Feb 2005 13:29:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cw2ly-0002aO-85 for help-gnu-emacs@gnu.org; Tue, 01 Feb 2005 13:29:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cw2ly-0002a6-2W for help-gnu-emacs@gnu.org; Tue, 01 Feb 2005 13:29:10 -0500 Original-Received: from [64.233.184.201] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cw2Y0-00033M-0a for help-gnu-emacs@gnu.org; Tue, 01 Feb 2005 13:14:44 -0500 Original-Received: by wproxy.gmail.com with SMTP id 36so1153759wra for ; Tue, 01 Feb 2005 10:14:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=AQ5VQWjlWcS30xTi6rSxE4YSp72tGZ1dkxi3odsPd3y77fOBWsS4zIyEn9r+OBooGySq7bF9pSFV3YfyFg1NfwZF670HLrAe4fri+/4/vyiXqAbX8g8jdPVuTDmVXX82I8AVw0Lu9aVUF2NYn5Si2uhFU6V3OohekAs1UWHzWy0= Original-Received: by 10.54.49.41 with SMTP id w41mr28998wrw; Tue, 01 Feb 2005 10:07:47 -0800 (PST) Original-Received: by 10.54.43.68 with HTTP; Tue, 1 Feb 2005 10:07:47 -0800 (PST) Original-To: help-gnu-emacs@gnu.org 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:23823 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23823 I have certain font settings set using `set-default-font', in my .emacs. Specifically, (set-default-font "-*-clean-medium-r-normal--*-120-*-*-*-*-*-*") When I open a new frame (C-x 5 2), it's like my font settings don't get "remembered." Is there a way to set the default font for the first frame and every subsequent frame? -- Denis Bueno