From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Van L Newsgroups: gmane.emacs.help Subject: Re: XQuartz to 25.3.1 netbsd-8.0; emacsclient new frame height has 3-line default Date: Fri, 5 Oct 2018 00:38:47 +1000 Message-ID: <4A0C46C0-E50F-4D13-824B-923159B3696B@scratch.space> References: <87bm899an6.fsf@127.0.0.1> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1538663842 11070 195.159.176.226 (4 Oct 2018 14:37:22 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 4 Oct 2018 14:37:22 +0000 (UTC) To: Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 04 16:37:18 2018 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 1g84kd-0002ks-9e for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Oct 2018 16:37:15 +0200 Original-Received: from localhost ([::1]:56110 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g84mj-0003x8-Th for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Oct 2018 10:39:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g84mI-0003wx-W8 for help-gnu-emacs@gnu.org; Thu, 04 Oct 2018 10:38:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g84mF-0005tc-S7 for help-gnu-emacs@gnu.org; Thu, 04 Oct 2018 10:38:58 -0400 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:46577) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g84mF-0005l2-KG for help-gnu-emacs@gnu.org; Thu, 04 Oct 2018 10:38:55 -0400 X-Originating-IP: 220.244.158.222 Original-Received: from epi.local (220-244-158-222.tpgi.com.au [220.244.158.222]) (Authenticated sender: van@scratch.space) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 28CD440007 for ; Thu, 4 Oct 2018 14:38:52 +0000 (UTC) In-Reply-To: <87bm899an6.fsf@127.0.0.1> X-Mailer: Apple Mail (2.3124) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.194 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:118115 Archived-At: > Try something like: >=20 > emacsclient -n -c -F "((user-position.t)(height.24))" The following creates the frame at 24 height as a uniformed color white = rectangle, but shrinks to 3 line height then fills in the details for = the window=E2=80=99s buffer. =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 #!/bin/sh =E2=94=82 emacsclient --eval "(make-frame-on-display \"$DISPLAY\" = '((user-position . t) (height . 24)))" =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80 The following behaves similarly. =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 #!/bin/sh =E2=94=82 emacsclient --create-frame --alternate-editor=3Demacs =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80 I call the above scripts as follows. The problem seems peculiar to = 25.3.1-netbsd and x11-forwarding. =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 #!/bin/sh =E2=94=82 ssh -Y fred.flintstone opt/bin/newframe & =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80=