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: Wed, 22 Feb 2006 10:09:20 +0100 Message-ID: <20060222090921.56A5F20479@esmeralda.nabuli> References: <0834FC402610344BBE8B93AB37AD37C401F3FD35@msgemeamb01.ads.autodesk.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1140662793 27705 80.91.229.2 (23 Feb 2006 02:46:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Feb 2006 02:46:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 23 03:46:30 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 1FC6Um-0007Om-KU for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Feb 2006 03:46:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FC51Q-0003Wy-DW for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Feb 2006 20:11:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FBq2t-00025r-3b for help-gnu-emacs@gnu.org; Wed, 22 Feb 2006 04:12:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FBq2q-00024F-EX for help-gnu-emacs@gnu.org; Wed, 22 Feb 2006 04:12:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBq2D-0001b2-NH for help-gnu-emacs@gnu.org; Wed, 22 Feb 2006 04:11:45 -0500 Original-Received: from [212.227.126.171] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FBq8f-0003bp-B0 for help-gnu-emacs@gnu.org; Wed, 22 Feb 2006 04:18:25 -0500 Original-Received: from [84.171.136.113] (helo=esmeralda.nabuli) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1FBq2A2tpq-0000bL; Wed, 22 Feb 2006 10:11:42 +0100 Original-Received: by esmeralda.nabuli (Postfix, from userid 1000) id 56A5F20479; Wed, 22 Feb 2006 10:09:21 +0100 (CET) Original-Received: from esmeralda.nabuli (localhost [127.0.0.1]) by esmeralda.nabuli (Postfix) with ESMTP id 0D05E20478 for ; Wed, 22 Feb 2006 10:09:21 +0100 (CET) Original-To: help-gnu-emacs@gnu.org In-reply-to: <0834FC402610344BBE8B93AB37AD37C401F3FD35@msgemeamb01.ads.autodesk.com> Comments: In-reply-to "Suguru Furuta" message dated "Tue, 21 Feb 2006 10:30:51 +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:33365 Archived-At: > > Raimund Kohl-Fuechsle wrote: > > > 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") ... ? > > You should try (set-default-font "7x14") first.=20 yeah! Exactly what I needed! Thanx! I read in the emacs manual that 7x14 would be sufficient - but I felt unsure, so I thought to myself to better ask ... :-) ray