From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.help Subject: Re: Setting default font Date: Mon, 19 Jan 2009 19:09:34 +0900 Organization: Emacsen advocacy group Message-ID: References: <49744922$0$1874$9b536df3@news.fv.fi> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232378096 6320 80.91.229.12 (19 Jan 2009 15:14:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Jan 2009 15:14:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 19 16:16:08 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 1LOvr8-0006gy-Tf for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Jan 2009 16:16:03 +0100 Original-Received: from localhost ([127.0.0.1]:48052 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOvpr-0007eL-Jt for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Jan 2009 10:14:43 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-X-Trace: individual.net +Fm4J2FqHp6L5X9ffHaaLwImnbUYhoF5GevsMBNwfKIxUZmPs= Cancel-Lock: sha1:cPycG/w4t4q9JEO/cTsKdMLVZgg= sha1:KxKajlrlCi4oeSk4AwUi0S/ZGSg= X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:166141 X-Mailman-Approved-At: Mon, 19 Jan 2009 10:09:43 -0500 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:61470 Archived-At: >>>>> Juha Nieminen wrote: > 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? In my Linux box, this is what that mouse command exactly does: (set-default-font (cadr (assoc "14" (assoc "Courier" x-fixed-font-alist))))