all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Elias <mikez302@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: newbie questions: customizing continuation lines and font for  Windows emacs
Date: Mon, 16 Mar 2009 10:09:12 -0700 (PDT)	[thread overview]
Message-ID: <9a2e52e5-4134-4755-8852-107d0aaa8070@d19g2000prh.googlegroups.com> (raw)
In-Reply-To: mailman.3170.1237105350.31690.help-gnu-emacs@gnu.org

What do you mean by "initial-frame-alist and default-frame-alist"? Is
that a command or a setting or something?

On Mar 14, 4:18 am, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:
> Am 14.03.2009 um 00:09 schrieb Elias:
>
> > Also, I am trying to change the display font. I go to Options and Set
> > Font, and pick the font (Lucida Sans Typewriter), then go to Options
> > and Save Options, hoping that the font will be saved. However, the
> > next time I start emacs, it is set to Courier New for some reason. Is
> > there any way to save the font?
>
> You can use initial-frame-alist and default-frame-alist as in:
>
>    (setq initial-frame-alist '(
> ;•      (font . "fontset-global")
>          (tool-bar-lines         . 0)
>          (menu-bar-lines         . 2)
>          (border-color           . "gold1")
>          (cursor-color           . "turquoise1")
>          (mouse-color            . "purple3")
>          (foreground-color       . "DarkCyan")
>          (background-color       . "antiquewhite1")
>          (vertical-scroll-bars   . right)
>          (internal-border-width  . 5)
>          (top  . 10) (left . 625) (width . 80) (height . 50)
>          ))
>
> Of course you need to uncomment and substitute the values on the  
> first and second lines. And others too ...
>
> --
> Greetings
>
>    Pete
>
> To most people solutions mean finding the answers. But to chemists  
> solutions
> are things that are still all mixed up.



  parent reply	other threads:[~2009-03-16 17:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-13 23:09 newbie questions: customizing continuation lines and font for Windows emacs Elias
2009-03-14  1:50 ` Byung-Hee HWANG
2009-03-14 10:38 ` Eli Zaretskii
2009-03-14 11:18 ` Peter Dyballa
     [not found] ` <mailman.3167.1237105348.31690.help-gnu-emacs@gnu.org>
2009-03-16 17:07   ` Elias
2009-03-17  9:30     ` Peter Dyballa
2009-03-17 18:26     ` Eli Zaretskii
     [not found]     ` <mailman.3388.1237282256.31690.help-gnu-emacs@gnu.org>
2009-03-18 18:31       ` Elias
     [not found] ` <mailman.3170.1237105350.31690.help-gnu-emacs@gnu.org>
2009-03-16 17:09   ` Elias [this message]
2009-03-17  3:35     ` B. T. Raven
2009-03-18 22:23       ` Elias
2009-03-19 11:19         ` Nikolaj Schumacher

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

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

  git send-email \
    --in-reply-to=9a2e52e5-4134-4755-8852-107d0aaa8070@d19g2000prh.googlegroups.com \
    --to=mikez302@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.