all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: emacs list <help-gnu-emacs@gnu.org>
Subject: Re: How to Get a Font Loaded Automatically on Start Up
Date: Sun, 30 Sep 2007 20:02:27 +0200	[thread overview]
Message-ID: <646CB039-5E10-4F9F-97D9-02083B482EBB@Web.DE> (raw)
In-Reply-To: <1191171014.810036.254860@g4g2000hsf.googlegroups.com>


Am 30.09.2007 um 15:10 schrieb kvnsm...@hotmail.com:

> Is there something I can put in my ".emacs" file that will do this  
> automatically for me every time I bring up an Emacs window?

	(setq initial-frame-alist '(
	  (border-color     . "#4e3832")
	  (foreground-color . "grey10")
	  (background-color . "AliceBlue")
	  (active-alpha     . 0.875)
	  (inactive-alpha   . 0.75)
	  (font . "fontset-10pt_lucidatypewriter")
	  (top . 5) (left . 500) (width . 106) (height . 50)
	  )
	)

There is also default-frame-alist.

--
Greetings

   Pete

The mathematician who pursues his studies without clear views of this  
matter, must often have the uncomfortable feeling that his paper and  
pencil surpass him in intelligence.
                                            Ernst Mach

  reply	other threads:[~2007-09-30 18:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-29 18:10 How to Get a Font Loaded Automatically on Start Up kvnsmnsn
2007-09-30 16:50 ` weber
2007-09-30 18:02   ` Peter Dyballa [this message]
2007-10-01 15:54   ` kvnsmnsn
2007-10-16 21:55     ` Giacomo Boffi
2007-10-02  4:13 ` Steven L.

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=646CB039-5E10-4F9F-97D9-02083B482EBB@Web.DE \
    --to=peter_dyballa@web.de \
    --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.