From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: fortepianissimo@yahoo.com.tw (Fortepianissimo) Newsgroups: gmane.emacs.help Subject: making new frame display the same font?? Date: 18 Apr 2003 15:54:54 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1050706654 3253 80.91.224.249 (18 Apr 2003 22:57:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 18 Apr 2003 22:57:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 19 00:57:33 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 196enU-0000qL-00 for ; Sat, 19 Apr 2003 00:57:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 196elV-0001cY-01 for gnu-help-gnu-emacs@m.gmane.org; Fri, 18 Apr 2003 18:55:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: 151.201.218.18 Original-X-Trace: posting.google.com 1050706494 11082 127.0.0.1 (18 Apr 2003 22:54:54 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 18 Apr 2003 22:54:54 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:112110 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8609 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8609 Please forgive me if I sound totally ignorant - I'm using Emacs 21 on Mac OS X. I've set my default face in my .emacs as follows: (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:stipple nil :background "grey95" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 104 :width normal :family "apple-monaco"))))) But the problem is whenever I hit c-x 5 2 for a new frame, the font used in that frame reverts back to the default (larger) one. I've been trying to find myself some tips over newsgroups and heard something about initial-frame-alist and default-frame-alist. My initial-frame-alist is nil and here is my default-frame-alist value: ((tool-bar-lines . 0) (foreground-color . "black") (background-color . "grey95") (menu-bar-lines . 1)) But I have NO idea how to achieve what I want (which is a darn simple thing I would say). Could anyone give a hint or two as to what I should do next? THANKS a bunch!