all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Elias <mikez302@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: newbie questions: customizing continuation lines and font for Windows emacs
Date: Sat, 14 Mar 2009 12:18:00 +0100	[thread overview]
Message-ID: <6F48A123-9C5A-4364-9573-B9B7F125B168@Web.DE> (raw)
In-Reply-To: <7b7c8b44-05f4-4e6d-889f-613829e57ecf@p2g2000prf.googlegroups.com>


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-14 11:18 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 [this message]
     [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
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=6F48A123-9C5A-4364-9573-B9B7F125B168@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=mikez302@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.
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.