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:35:03 -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 1110155447 32390 80.91.229.2 (7 Mar 2005 00:30:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2005 00:30:47 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 07 01:30:47 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D868s-0004Xe-MI for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Mar 2005 01:30:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D86SX-0001Wg-RL for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Mar 2005 19:50:57 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.glorb.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:t0Q+Aw/JYu9rpNxpad6njuFLeIw= Original-Lines: 35 Original-NNTP-Posting-Date: 06 Mar 2005 18:35:04 CST Original-X-Complaints-To: abuse@iphouse.net Original-Xref: shelby.stanford.edu gnu.emacs.help:129026 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:24571 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24571 Tim McNamara writes: > 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! The result is (1) a rather pretty looking window that is way off to the right side of the screen (2) the following message: frame-notice-user-settings: Font `fontset-12pt_bitstream_courier' is not defined and (3) all the buffers show up in the Courier face I'd like to get rid of... But I have to say, this is much easier on the eyes!