From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: how to set window starting coordinates?
Date: Mon, 17 Jan 2005 14:57:16 +0100 [thread overview]
Message-ID: <B262192A-688F-11D9-B7A1-000D932A32C4@Web.DE> (raw)
In-Reply-To: <cs9qbc$vo$1@quimby.gnus.org>
Am 15.01.2005 um 02:07 schrieb Mickey Ferguson:
> Is there a way for me to set the
> location and size of the window when I first start it from the windows
> Start
> Menu (runemacs.exe)?
You could try such things in .emacs:
(setq initial-frame-alist '(
(font . "fontset-12pt_monaco")
(top . 5) (left . 50) (width . 89) (height . 60)))
(setq default-frame-alist '(
(background-color . "honeydew")
(vertical-scroll-bars . left)
(font . "fontset-12pt_monaco")
(top . 9) (left . 500) (width . 89) (height . 50)))
--
Greetings
Pete
Behold the warranty ... the bold print giveth and the fine print taketh
away.
next prev parent reply other threads:[~2005-01-17 13:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-15 1:07 how to set window starting coordinates? Mickey Ferguson
2005-01-15 1:32 ` Jesper Harder
2005-01-17 17:45 ` Mickey Ferguson
2005-01-17 13:57 ` Peter Dyballa [this message]
2005-01-17 20:44 ` david.boon
2005-01-17 21:51 ` Mickey Ferguson
2005-01-18 3:20 ` Quokka
2005-01-18 17:48 ` how to set frame parameters? Mickey Ferguson
2005-01-18 18:10 ` Drew Adams
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=B262192A-688F-11D9-B7A1-000D932A32C4@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).