From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B.T. Raven" Newsgroups: gmane.emacs.help Subject: Re: Fontsize on startup Date: Sun, 3 Jul 2005 17:11:17 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <11cgosoa7lo6bb3@corp.supernews.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120429174 16423 80.91.229.2 (3 Jul 2005 22:19:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Jul 2005 22:19:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 04 00:19:33 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DpCns-0002YF-6u for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Jul 2005 00:19:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpCp2-00050H-Lw for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Jul 2005 18:20:20 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!sn-xit-02!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-X-Complaints-To: abuse@supernews.com Original-Lines: 47 Original-Xref: shelby.stanford.edu gnu.emacs.help:132305 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 Xref: news.gmane.org gmane.emacs.help:27780 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27780 "Stefan Bienert" wrote in message news:mailman.2038.1120422978.2857.help-gnu-emacs@gnu.org... > Hello, > > I am kind of new to emacs but getting deeper into it day by day... > > One problem I couldnt solve with the help of google is the font size, emacs > starts with. > I always have to go to the options menu, choose Mule and Set Font/ Fontset by > myself...there is a way to but it into the .emacs, I guess...but how? > > best regards, > > bienchen > > I have this in my .emacs (MS Windows build, w32, but it should be very similar under X): (custom-set-faces ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. '(default ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 108 :width normal :family "outline-arial unicode ms"))))) I think I got it in there via menu-- Options Customize Emacs Specific face Tab (Show all) default then fill in the blanks Cheers, Ed