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

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

Re: Invalid font name


From: Joon Ro
Subject: Re: Invalid font name
Date: Mon, 17 Jun 2013 10:30:19 -0500

On Fri, Jun 14, 2013 at 5:10 PM, Peter Dyballa <Peter_Dyballa@web.de> wrote:

>
>
> 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…
>
>
This worked. Thank you very much!

Best,
Joon


reply via email to

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