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: Invalid font name Date: Sat, 15 Jun 2013 00:10:45 +0200 Message-ID: <7C5A3451-2EE1-4818-8C16-2E6C9AB34A96@Web.DE> References: <6D59C642-2F07-42F7-ACEA-557893A61CB9@Web.DE> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1371247864 8523 80.91.229.3 (14 Jun 2013 22:11:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Jun 2013 22:11:04 +0000 (UTC) Cc: help-gnu-emacs To: Joon Ro Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 15 00:11:01 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UncCy-0003Gg-TI for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Jun 2013 00:11:01 +0200 Original-Received: from localhost ([::1]:38820 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UncCy-00086h-55 for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Jun 2013 18:11:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UncCn-00086c-LV for help-gnu-emacs@gnu.org; Fri, 14 Jun 2013 18:10:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UncCm-00067c-MB for help-gnu-emacs@gnu.org; Fri, 14 Jun 2013 18:10:49 -0400 Original-Received: from mout.web.de ([212.227.15.3]:52586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UncCm-00067W-CM for help-gnu-emacs@gnu.org; Fri, 14 Jun 2013 18:10:48 -0400 Original-Received: from sumac.fritz.box ([176.198.63.55]) by smtp.web.de (mrweb101) with ESMTPA (Nemesis) id 0MHXxg-1UmWHC1uXs-003JgS; Sat, 15 Jun 2013 00:10:46 +0200 In-Reply-To: X-Mailer: Apple Mail (2.1085) X-Provags-ID: V03:K0:sEuvYQ3Uhwl8tqBBmYHlEL3r+I0wdIg/jgjkUaadV6301heoNJ3 BOBkKbwXgSrfUE+DO8dNxQU5giAwE6760Q/y8DI+DSf37428hi0UcCZGM/mugXXXT5BIQID 34DyYJege083wmZV0X0A0Ohpt/zQ2EdWEO/m5CxlapPUf+kKeSFFGw0fSMUGPxATGoyUmaG zNFMplCQy59k1gk4vT0mg== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.15.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91561 Archived-At: Am 14.06.2013 um 22:57 schrieb Joon Ro: > How do I put this option to .emacs? Recently I recommended this: (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) (font . "Courier-9") (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) (font . "Courier New-9") (top . 50) (left . 150) (width . 89) (height . 56))) The important lines are those with font=85 -- Greetings Pete It isn't pollution that's harming the environment. It's the impurities = in our air and water that are doing it.