unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: emacs list <help-gnu-emacs@gnu.org>
Subject: Re: Fontsize on startup
Date: Mon, 4 Jul 2005 10:38:49 +0200	[thread overview]
Message-ID: <fc933c426d95d0c5ee3ce6c0869a8e89@Web.DE> (raw)
In-Reply-To: <200507032222.47081.StefanBienert@web.de>


Am 03.07.2005 um 22:22 schrieb Stefan Bienert:

> One problem I couldnt solve with the help of google is the font size, 
> emacs
> starts with.
>

You could try something like this too:

         (setq initial-frame-alist '(
           (border-color . "#4e3832")
           (foreground-color . "grey10")
           (background-color . "honeydew")
           (font . "fontset-10pt_lucidatypewriter")
           (top . 5) (left . 500) (width . 106) (height . 50))
         )
         (setq default-frame-alist '(
           (background-color . "LightCyan1")
;         (background-color . "ivory")
;         (background-color . "ghost white")
           (cursor-color . "purple")
           (cursor-type . box)
           (foreground-color . "grey10")
           (vertical-scroll-bars . left)
;         (font . "fontset-11pt_adobe_courier")
           (font . "-adobe-courier-medium-r-*-11-*-iso10646-1")
           (top . 25) (left . 50) (width . 89) (height . 50))
         )

--
Mit friedvollen Grüßen

   Pete

Seelsorge statt Krankenkasse: das ist neu und liberal, die wähl' ich!

  parent reply	other threads:[~2005-07-04  8:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-03 20:22 Fontsize on startup Stefan Bienert
2005-07-04  7:52 ` Kaloian Doganov
2005-07-04  8:38 ` Peter Dyballa [this message]
     [not found] <mailman.2038.1120422978.2857.help-gnu-emacs@gnu.org>
2005-07-03 22:11 ` B.T. Raven

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=fc933c426d95d0c5ee3ce6c0869a8e89@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).