unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Artur Hefczyc" <wislaj23@wp.pl>
Subject: Re: How To Set Size Of Emacs At Startup?
Date: Wed, 4 Jun 2003 18:09:20 +0200	[thread overview]
Message-ID: <bbl5g1$l4u$1@foka1.acn.pl> (raw)
In-Reply-To: mailman.7147.1054567208.21513.help-gnu-emacs@gnu.org

> When I launch emacs the screen is 80x30, but I'd KILL to have it expand
> to a nice size 85x53 at startup. Does anyone know which variables I have
to set?
Don't kill anybody, but here is how I do it for myself:
;;; Setup default emacs frames (windows) location and size
(setq default-frame-alist
      '((wait-for-wm . nil)
 (top . 0) (left . 0)
 (width . 85) (height . 40)
 (background-color . "gray15")
 (foreground-color . "limegreen")
 (cursor-color . "LightGoldenrod")
 (mouse-color . "yellow")
))
;;; But your first frame can be different than all others
(setq initial-frame-alist
      '((top . 55) (left . 184)
        (width . 100) (height . 40)
))

Artur
--
Artur Hefczyc
Open Source Developer
http://www.geotools.org/
http://wttools.sourceforge.net/

  parent reply	other threads:[~2003-06-04 16:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.7147.1054567208.21513.help-gnu-emacs@gnu.org>
2003-06-02 15:58 ` How To Set Size Of Emacs At Startup? François Fleuret
2003-06-02 18:38   ` Eladio Ventura
2003-06-02 17:11 ` John McCabe
2003-06-02 18:04 ` Kevin Rodgers
2003-06-02 21:12   ` Eladio Ventura
2003-06-04 16:09 ` Artur Hefczyc [this message]
2003-06-05  9:52   ` Eladio Ventura
2003-06-04 20:58 ` Reiner Steib
2003-06-02 17:20 Eladio Ventura

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='bbl5g1$l4u$1@foka1.acn.pl' \
    --to=wislaj23@wp.pl \
    /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).