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: How to Get a Font Loaded Automatically on Start Up Date: Sun, 30 Sep 2007 20:02:27 +0200 Message-ID: <646CB039-5E10-4F9F-97D9-02083B482EBB@Web.DE> References: <1191089436.442376.71760@n39g2000hsh.googlegroups.com> <1191171014.810036.254860@g4g2000hsf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191175382 31830 80.91.229.12 (30 Sep 2007 18:03:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Sep 2007 18:03:02 +0000 (UTC) To: emacs list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 30 20:02:58 2007 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 1Ic382-0006pb-Ht for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Sep 2007 20:02:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ic37z-0004mc-3r for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Sep 2007 14:02:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ic37k-0004m0-1W for help-gnu-emacs@gnu.org; Sun, 30 Sep 2007 14:02:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ic37i-0004lF-CV for help-gnu-emacs@gnu.org; Sun, 30 Sep 2007 14:02:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ic37i-0004l6-8H for help-gnu-emacs@gnu.org; Sun, 30 Sep 2007 14:02:34 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ic37h-0005sc-Eo for help-gnu-emacs@gnu.org; Sun, 30 Sep 2007 14:02:33 -0400 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate01.web.de (Postfix) with ESMTP id D1600A2AA912 for ; Sun, 30 Sep 2007 20:02:31 +0200 (CEST) Original-Received: from [195.4.207.192] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.108 #197) id 1Ic37d-0006JE-00 for help-gnu-emacs@gnu.org; Sun, 30 Sep 2007 20:02:30 +0200 In-Reply-To: <1191171014.810036.254860@g4g2000hsf.googlegroups.com> X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+DzQ7e87maYtcCLu3+lbU4owvACIeHiGRPpuIS MkAm/XlOSn/8riVE4SU49GAoxmvsh97TgF82Y2DXtq5vun9nC+ NofMwNvTkgd3qaR9rPnQ== X-Detected-Kernel: Linux 2.4-2.6 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:48004 Archived-At: Am 30.09.2007 um 15:10 schrieb kvnsm...@hotmail.com: > Is there something I can put in my ".emacs" file that will do this > automatically for me every time I bring up an Emacs window? (setq initial-frame-alist '( (border-color . "#4e3832") (foreground-color . "grey10") (background-color . "AliceBlue") (active-alpha . 0.875) (inactive-alpha . 0.75) (font . "fontset-10pt_lucidatypewriter") (top . 5) (left . 500) (width . 106) (height . 50) ) ) There is also default-frame-alist. -- Greetings Pete The mathematician who pursues his studies without clear views of this matter, must often have the uncomfortable feeling that his paper and pencil surpass him in intelligence. Ernst Mach