From: HASM <hasm@example.invalid>
To: help-gnu-emacs@gnu.org
Subject: Re: emacslient --frame-parameters
Date: Wed, 15 Nov 2017 20:00:02 -0800 [thread overview]
Message-ID: <87o9o2x48t.fsf@127.0.0.1> (raw)
In-Reply-To: mailman.3763.1510786710.27995.help-gnu-emacs@gnu.org
Stephen Berman <stephen.berman@gmx.net> writes:
>> emacsclient -n -c -F "((width.200)(height.50)(top.20)(left.2000))"
>> What I am doing wrong?
> Omitting spaces in the cons cells; try this:
> emacsclient -n -c -F "((width . 200)(height . 50)(top . 20)(left . 2000))"
That seems to work for width and height. Thanks.
However, left and top seem to be ignored, with the window manager
placing the window wherever it wants, even when I add (user-position
. t) to frame parameters.
Passing equivalent geometry to uxterm, the terminal gets placed at the
requested coordinates, so the window manager does obey it in some cases.
-- HASM
prev parent reply other threads:[~2017-11-16 4:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-15 20:51 emacslient --frame-parameters HASM
2017-11-15 22:58 ` Stephen Berman
[not found] ` <mailman.3763.1510786710.27995.help-gnu-emacs@gnu.org>
2017-11-16 4:00 ` HASM [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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87o9o2x48t.fsf@127.0.0.1 \
--to=hasm@example.invalid \
--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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.