From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Raimund Kohl-Fuechsle Newsgroups: gmane.emacs.help Subject: Re: increasing font size Date: Mon, 20 Feb 2006 15:07:04 +0100 Message-ID: <20060220140704.1C93820479@esmeralda.nabuli> References: <0834FC402610344BBE8B93AB37AD37C401ECC356@msgemeamb01.ads.autodesk.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1140467232 26879 80.91.229.2 (20 Feb 2006 20:27:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2006 20:27:12 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 20 21:27:12 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FBHcX-0006uD-5B for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Feb 2006 21:26:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBHYE-0006eH-Eg for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Feb 2006 15:22:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FBCTR-000230-61 for help-gnu-emacs@gnu.org; Mon, 20 Feb 2006 09:57:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FBBq1-0000X0-1a for help-gnu-emacs@gnu.org; Mon, 20 Feb 2006 09:16:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBBj6-0007pO-P4 for help-gnu-emacs@gnu.org; Mon, 20 Feb 2006 09:09:21 -0500 Original-Received: from [212.227.126.183] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FBBp9-0004v7-EZ for help-gnu-emacs@gnu.org; Mon, 20 Feb 2006 09:15:35 -0500 Original-Received: from [84.171.170.103] (helo=esmeralda.nabuli) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis), id 0ML29c-1FBBj43sio-0004P6; Mon, 20 Feb 2006 15:09:19 +0100 Original-Received: by esmeralda.nabuli (Postfix, from userid 1000) id 1C93820479; Mon, 20 Feb 2006 15:07:04 +0100 (CET) Original-Received: from esmeralda.nabuli (localhost [127.0.0.1]) by esmeralda.nabuli (Postfix) with ESMTP id B44A520478 for ; Mon, 20 Feb 2006 15:07:04 +0100 (CET) Original-To: help-gnu-emacs@gnu.org In-reply-to: <0834FC402610344BBE8B93AB37AD37C401ECC356@msgemeamb01.ads.autodesk.com> Comments: In-reply-to "Suguru Furuta" message dated "Mon, 20 Feb 2006 11:52:36 +0100." X-Mailer: MH-E 7.82; nmh 1.1; GNU Emacs 21.4.1 X-Provags-ID: kundenserver.de abuse@kundenserver.de login:1f319457b87b086c07c81ac42a02b276 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:33315 Archived-At: Suguru Furuta wrote: > I don't know if you've spotted this but you can also set the default > font type and size of your emacs session by including something like > this in your .emacs file: > > (set-default-font "couriernew:regular:14") > > This sets the font to regular Courier New font, size 14. Hiya Sugi, that's kind of what I am looking for but didn't have time to ask yet (as if you were reading my mind . I want to have emacs set the default font (which is what I get by Options - Mule - Set Fontset - Misc - 7x14) So what then is the right lisp code? (set-default-font "Misc:7x14") ... ? ray