From: Drew Adams <drew.adams@oracle.com>
To: Davin Pearson <davin.pearson@gmail.com>, help-gnu-emacs@gnu.org
Subject: RE: Programmatically setting the frame size and position
Date: Wed, 19 Nov 2014 19:12:28 -0800 (PST) [thread overview]
Message-ID: <c79504c1-d035-42ab-ae1f-e65ce2aa0bfd@default> (raw)
In-Reply-To: <11d97ae3-a07f-440f-970d-cfebbe9a5026@googlegroups.com>
> I would like to know how you go about setting the
> size and position of a given frame using Elisp instead
> of the mouse.
Just use functions `set-frame-position', `set-frame-height',
and `set-frame-width'. Or use function `set-frame-parameter'
or function `modify-frame-parameters'.
See the Elisp manual, node `Size and Position'.
https://www.gnu.org/software/emacs/manual/html_node/elisp/Size-and-Position.html#Size-and-Position
You can get to that node in Emacs, using `C-h i', choosing
the Elisp manual, and then using g `Size and Position'.
Or once in the manual, type `i set-frame TAB' to see these
and related functions, and choose one of those mentioned
to get to the information about them.
next prev parent reply other threads:[~2014-11-20 3:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-20 2:46 Programmatically setting the frame size and position Davin Pearson
2014-11-20 3:12 ` Drew Adams [this message]
2014-12-01 1:03 ` Davin Pearson
2014-12-01 10:07 ` Pascal J. Bourguignon
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=c79504c1-d035-42ab-ae1f-e65ce2aa0bfd@default \
--to=drew.adams@oracle.com \
--cc=davin.pearson@gmail.com \
--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).