unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Joon Ro <joonhyoung.ro@gmail.com>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: Invalid font name
Date: Sat, 15 Jun 2013 00:10:45 +0200	[thread overview]
Message-ID: <7C5A3451-2EE1-4818-8C16-2E6C9AB34A96@Web.DE> (raw)
In-Reply-To: <CABeq5B9w=zVbMV8TkO85D794b25rPzHpc7K3xrdHZMmgfj8foQ@mail.gmail.com>


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…

--
Greetings

  Pete

It isn't pollution that's harming the environment. It's the impurities in our air and water that are doing it.




  reply	other threads:[~2013-06-14 22:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-14 14:33 Invalid font name Joon Ro
2013-06-14 16:44 ` Peter Dyballa
2013-06-14 20:57   ` Joon Ro
2013-06-14 22:10     ` Peter Dyballa [this message]
2013-06-17 15:30       ` Joon Ro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7C5A3451-2EE1-4818-8C16-2E6C9AB34A96@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=joonhyoung.ro@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).