* Frame size (OS Window size)
@ 2004-09-18 7:40 Torsten Mohr
2004-09-18 10:58 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Torsten Mohr @ 2004-09-18 7:40 UTC (permalink / raw)
Hi,
i hope i got the terms correctly used. Emacs opens
a rectangular array on the screen that the operating system
calls "window" and emacs calls "frame".
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.
Thanks for any hints,
Torsten.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Frame size (OS Window size)
2004-09-18 7:40 Frame size (OS Window size) Torsten Mohr
@ 2004-09-18 10:58 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2004-09-18 10:58 UTC (permalink / raw)
> 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))
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-09-18 10:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-18 7:40 Frame size (OS Window size) Torsten Mohr
2004-09-18 10:58 ` Eli Zaretskii
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).