From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: HASM Newsgroups: gmane.emacs.help Subject: Re: emacslient --frame-parameters Date: Wed, 15 Nov 2017 20:00:02 -0800 Organization: A noiseless patient Spider Message-ID: <87o9o2x48t.fsf@127.0.0.1> References: <87vaibw9i9.fsf@127.0.0.1> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1510805141 23022 195.159.176.226 (16 Nov 2017 04:05:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 16 Nov 2017 04:05:41 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 16 05:05:37 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eFBQk-0005ZS-0X for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Nov 2017 05:05:34 +0100 Original-Received: from localhost ([::1]:38940 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFBQr-0002j6-AV for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Nov 2017 23:05:41 -0500 Original-Path: usenet.stanford.edu!goblin3!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-Injection-Info: reader02.eternal-september.org; posting-host="5c392a1ce9ec5465b78801c26ca625db"; logging-data="14258"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/wI/ClUFf/AMh7+gGKKA0K7LHIyRBa2Q0=" Cancel-Lock: sha1:85aUQRUwVtVoU3xKRG4DhUqYmUo= sha1:5xCYin7A50fDTCabhV+Iem/pvAk= Original-Xref: usenet.stanford.edu gnu.emacs.help:220784 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:114894 Archived-At: Stephen Berman 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