From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim McNamara Newsgroups: gmane.emacs.help Subject: Re: Setting default face-font in Carbon Emacs Date: Sun, 06 Mar 2005 18:24:55 -0600 Organization: ipHouse Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1110154863 31290 80.91.229.2 (7 Mar 2005 00:21:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2005 00:21:03 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 07 01:21:03 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D85yf-0003jg-LM for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Mar 2005 01:20:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D86IK-00080K-QM for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Mar 2005 19:40:24 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!green.octanews.net!news-out.octanews.net!brown.iphouse.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin) Cancel-Lock: sha1:IerI5JUFdau9U9rtjI/YfmbrBFo= Original-Lines: 24 Original-NNTP-Posting-Date: 06 Mar 2005 18:24:55 CST Original-X-Complaints-To: abuse@iphouse.net Original-Xref: shelby.stanford.edu gnu.emacs.help:129023 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: news.gmane.org gmane.emacs.help:24570 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24570 Peter Dyballa writes: > Am 06.03.2005 um 17:08 schrieb Tim McNamara: > >> How do I get the face to apply to all buffers? > > What about this? > > (setq initial-frame-alist '( > (mouse-color . "midnightblue") > (foreground-color . "midnightblue") > (background-color . "antiquewhite1") > (font . "fontset-12pt_bitstream_courier") > (top . 10) (left . 650) (width . 89) (height . 60))) > (setq default-frame-alist '( > (background-color . "ghost white") > (foreground-color . "grey10") > (vertical-scroll-bars . left) > (font . "fontset-12pt_lucidasans_typewriter") > (cursor-color . "purple") > (cursor-type . box) > (top . 20) (left . 150) (width . 89) (height . 56))) I will give this a try. Thanks!