help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Invalid font name


From: Peter Dyballa
Subject: Re: Invalid font name
Date: Sat, 15 Jun 2013 00:10:45 +0200

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 via email to

[Prev in Thread] Current Thread [Next in Thread]