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: font selection Date: Wed, 30 Sep 2009 10:23:10 +0200 Message-ID: <75ABF9B4-3CC0-4E44-A454-A93BD7AE028B@Web.DE> References: <20090929100619.6ce8d7ec@ancolie.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1254299160 6490 80.91.229.12 (30 Sep 2009 08:26:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Sep 2009 08:26:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?ISO-8859-1?Q?Fr=E9d=E9ric_Boiteux?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 30 10:25:53 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 1MsuVM-00027F-1n for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Sep 2009 10:25:44 +0200 Original-Received: from localhost ([127.0.0.1]:52625 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsuVL-00068l-Ey for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Sep 2009 04:25:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsuUz-00067Y-O0 for help-gnu-emacs@gnu.org; Wed, 30 Sep 2009 04:25:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsuUu-00064c-8g for help-gnu-emacs@gnu.org; Wed, 30 Sep 2009 04:25:20 -0400 Original-Received: from [199.232.76.173] (port=52041 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsuUt-00064S-V2 for help-gnu-emacs@gnu.org; Wed, 30 Sep 2009 04:25:16 -0400 Original-Received: from fmmailgate03.web.de ([217.72.192.234]:32912) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsuUt-00054f-Jf for help-gnu-emacs@gnu.org; Wed, 30 Sep 2009 04:25:15 -0400 Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate03.web.de (Postfix) with ESMTP id 0C72E11CAF084; Wed, 30 Sep 2009 10:23:34 +0200 (CEST) Original-Received: from [91.35.219.81] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (WEB.DE 4.110 #314) id 1MsuTF-0005GT-00; Wed, 30 Sep 2009 10:23:33 +0200 In-Reply-To: <20090929100619.6ce8d7ec@ancolie.localdomain> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1/wYKOA8weqPNVPywCMv6FPMlTCJ4LooJ0qP9VS UeVG6Ko8g2cMogHV2Fumi7cuFodC3uND81HeXytDemgMcJTpfF BnV0CLs8TL2HffKxPGKg== 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:68562 Archived-At: Am 29.09.2009 um 10:06 schrieb Fr=E9d=E9ric Boiteux: > Is it possible to select fonts from the init.el / custom.el =20 > specific Emacs config files ? Yes. In for example (setq initial-frame-alist '( (mouse-color . "midnightblue") (foreground-color . "grey20") (background-color . "alice blue") (internal-border-width . 2) (line-spacing . 1) (active-alpha . 0.875) (inactive-alpha . 0.75) (top . 25) (left . 650) (width . 91) (height . 50))) (setq default-frame-alist '( (border-color . "#4e3831") (foreground-color . "grey10") (background-color . "ghost white") (vertical-scroll-bars . left) (cursor-color . "purple") (cursor-type . box) (active-alpha . 0.75) (inactive-alpha . 0.875) (top . 50) (left . 150) (width . 89) (height . 56))) you can also put elements like (font . "-apple-courier std-medium-r-normal--0-0-0-0-m-0-=20 mac-roman") or (font . "fontset-osaka") and there is also the option: (set-frame-font "-apple-courier-medium-r-normal--14-*-*-*-*-*-=20= fontset-14pt_bitstream_courier" 'keep) The fontsets can be built in your init file as well. -- Greetings Pete _o o o o _<< \\_/\_, \\_ \\_/\_, (*)/(*) (*) (*) (*) `- (*)