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 the global default font size. Date: Wed, 11 Feb 2009 13:48:44 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1234356610 3827 80.91.229.12 (11 Feb 2009 12:50:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2009 12:50:10 +0000 (UTC) Cc: Emacs Help List To: Geralt Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 11 13:51:24 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 1LXEYk-0001ES-EX for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Feb 2009 13:51:23 +0100 Original-Received: from localhost ([127.0.0.1]:59850 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXEXQ-0006xe-Na for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Feb 2009 07:50:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXEWc-0006dm-V7 for help-gnu-emacs@gnu.org; Wed, 11 Feb 2009 07:49:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXEWb-0006dD-KN for help-gnu-emacs@gnu.org; Wed, 11 Feb 2009 07:49:10 -0500 Original-Received: from [199.232.76.173] (port=43320 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXEWb-0006d5-8N for help-gnu-emacs@gnu.org; Wed, 11 Feb 2009 07:49:09 -0500 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:53547) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXEWa-00082l-Jp for help-gnu-emacs@gnu.org; Wed, 11 Feb 2009 07:49:08 -0500 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate01.web.de (Postfix) with ESMTP id 113D8FD0EAB6; Wed, 11 Feb 2009 13:49:07 +0100 (CET) Original-Received: from [91.35.212.207] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.110 #277) id 1LXEWY-0002lF-00; Wed, 11 Feb 2009 13:49:07 +0100 In-Reply-To: X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+nBWrj/OzkVKK0aO02Mvmln3zQMQoplSrbdzdA qczYmp+e7Ahws3l9nIrFxOFkGWzHmt67s1RLWeXDEjaESwQo0j pXx0V1/CQZTMX3vcgG3A== 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:62051 Archived-At: Am 10.02.2009 um 20:03 schrieb Geralt: > I've installed the inconsolata font[1] and I want to use it in my =20 > Emacs color-theme but I don't know how to add it. Make it known to your X11 fonts sub-system (that's what an =20 "installed" should express) and then set either an X resource =E0 la: Emacs.Font: -*-lucidatypewriter-medium-r-*-*-10-*-*-*-m-*-=20= iso10646-1 (you can additionally use, for example: Emacs*menu*.font: -*-utopia-bold-r-*-*-11-*-*-*-*-*-iso10646-1 Emacs*pane.menubar.font: -*-lucida-bold-r-*-sans-10-*-*-*-*-*-=20 iso10646-1 Emacs.dialog*.font: -*-bitstream vera serif-bold-r-*-*-10-*-*-*-*-=20= *-iso10646-1) or you put your default font choice into, for example: (setq initial-frame-alist '( (tool-bar-lines . 0) (menu-bar-lines . 2) (border-color . "gold1") (cursor-color . "turquoise1") (mouse-color . "purple3") (foreground-color . "DarkCyan") (background-color . "antiquewhite1") (vertical-scroll-bars . right) (internal-border-width . 5) (top . 10) (left . 625) (width . 80) (height . 50) ;=95 (font . "fontset-global") )) =96 and there's also default-frame-alist! -- Greetings Pete Basic, n.: A programming language. Related to certain social diseases in that those who have it will not admit it in polite company.