From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Set default font for all frames Date: Sat, 1 Aug 2009 09:32:00 +0200 Message-ID: <458E280C-D5C1-4001-913E-C45792C43970@Web.DE> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249111968 5551 80.91.229.12 (1 Aug 2009 07:32:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Aug 2009 07:32:48 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Richard Hoskins Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 01 09:32:41 2009 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 1MX955-00011Z-Ak for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Aug 2009 09:32:39 +0200 Original-Received: from localhost ([127.0.0.1]:43717 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MX954-0000Oy-JB for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Aug 2009 03:32:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MX94j-0000Ot-6S for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 03:32:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MX94e-0000Of-DZ for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 03:32:16 -0400 Original-Received: from [199.232.76.173] (port=43148 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MX94e-0000Oc-7v for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 03:32:12 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:32766) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MX94d-0003qY-OK for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 03:32:11 -0400 Original-Received: from fmmailgate03.web.de ([217.72.192.234]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MX94b-0005YV-Sm for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 03:32:10 -0400 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate03.web.de (Postfix) with ESMTP id 92EDF109475B2; Sat, 1 Aug 2009 09:32:07 +0200 (CEST) Original-Received: from [91.35.216.214] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (WEB.DE 4.110 #277) id 1MX94Z-0000WF-00; Sat, 01 Aug 2009 09:32:07 +0200 In-Reply-To: X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX19+anpCYgxqiJ+wjYyyxM/Nqq1ESK6ZC9HN29fS aAHnL1sLEszqsaVZ/xx8A2X0LvyHEmc/rptdEL5p98+3YguNVu 8uUjg5BkTKfen5aXoRAA== X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.4-2.6 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:66614 Archived-At: Am 01.08.2009 um 05:43 schrieb Richard Hoskins: > when I make a new frame, Monoco is used (setq initial-frame-alist (append (list '(border-color . "#4e3832") '(foreground-color . "grey10") '(background-color . "AliceBlue") '(active-alpha . 0.875) '(inactive-alpha . 0.75) '(font . "fontset-10pt_lucidatypewriter") ; '(font . "Envy Code R-18") '(top . 136) '(left . 666) '(width . 100) '(height . 57) ) initial-frame-alist)) And there is also default-frame-alist for all (other) frames. -- Greetings Pete For some reason, this fortune reminds everyone of Marvin Zelkowitz.