unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Eli Zaretskii" <eliz@gnu.org>
Subject: Re: Frame size (OS Window size)
Date: Sat, 18 Sep 2004 13:58:08 +0300	[thread overview]
Message-ID: <01c49d6e$Blat.v2.2.2$8e4eaa60@zahav.net.il> (raw)
In-Reply-To: <cigoqa$9vt$1@schleim.qwe.de> (message from Torsten Mohr on Sat,  18 Sep 2004 09:40:57 +0200)

> From: Torsten Mohr <tmohr@s.netic.de>
> Date: Sat, 18 Sep 2004 09:40:57 +0200
> 
> How can i save the settings for emacs, so that the size of
> the frame stays the same whenever i start emacs/xemacs?
> 
> I use emacs-21.2 on windows and xemacs-21.4 on linux.

Don't know about XEmacs, but for Emacs you should look up
`default-frame-alist' in the docs and use it like this in your .emacs
init file (untested!):

  (add-to-list 'default-frame-alist '(height . 36))
  (add-to-list 'default-frame-alist '(width . 95))

      reply	other threads:[~2004-09-18 10:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-18  7:40 Frame size (OS Window size) Torsten Mohr
2004-09-18 10:58 ` Eli Zaretskii [this message]

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='01c49d6e$Blat.v2.2.2$8e4eaa60@zahav.net.il' \
    --to=eliz@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).