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: Setting default font Date: Mon, 19 Jan 2009 12:46:58 +0100 Message-ID: <5D3B293E-620B-4F77-9C57-D5295A0BBF2A@Web.DE> References: <49744922$0$1874$9b536df3@news.fv.fi> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1232365670 24578 80.91.229.12 (19 Jan 2009 11:47:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Jan 2009 11:47:50 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Juha Nieminen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 19 12:49:02 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 1LOscn-0006fZ-Ol for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Jan 2009 12:49:01 +0100 Original-Received: from localhost ([127.0.0.1]:40771 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOsbW-0000Dl-NC for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Jan 2009 06:47:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOsb1-0000AV-PJ for help-gnu-emacs@gnu.org; Mon, 19 Jan 2009 06:47:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOsax-0008VU-PF for help-gnu-emacs@gnu.org; Mon, 19 Jan 2009 06:47:10 -0500 Original-Received: from [199.232.76.173] (port=47862 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOsax-0008V8-Ht for help-gnu-emacs@gnu.org; Mon, 19 Jan 2009 06:47:07 -0500 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:55196) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOsax-0007Z7-30 for help-gnu-emacs@gnu.org; Mon, 19 Jan 2009 06:47:07 -0500 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id 47F83FBF3B73; Mon, 19 Jan 2009 12:47:05 +0100 (CET) Original-Received: from [91.35.253.167] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.110 #277) id 1LOsav-0000rA-00; Mon, 19 Jan 2009 12:47:05 +0100 In-Reply-To: <49744922$0$1874$9b536df3@news.fv.fi> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1/Mt5uexk/sa0XlozIOFosFPNVbkXYyuDuxpqii B6O4vTQ6y/zZpJp68ouu4TtHS1vEJ2+5924sqF+Muvlpd1iGRc HrxbtF7JWDYN6oWmV+iA== X-detected-operating-system: by monty-python.gnu.org: GNU/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:61464 Archived-At: Am 19.01.2009 um 10:34 schrieb Juha Nieminen: > I'm using emacs 22.3.1 in a MacOS X system. Each time I start > emacs I select from the Options menu Set Font/Fontset... > Courier > > 14 > > What would be the magic command to put in .emacs for this to > always happen automatically on startup? (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") '(top . 136) '(left . 666) '(width . 100) '(height . 57) ) initial-frame-alist)) And also default-frame-alist. Another option is an X resource, as documented in info, which selects a fontset built by you. -- Greetings Pete Debugging? Klingons do not debug. Our software does not coddle the weak.