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: XQuartz to 25.3.1 netbsd-8.0; emacsclient new frame height has 3-line default Date: Thu, 4 Oct 2018 15:40:22 +1000 Message-ID: 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 1538631565 24028 195.159.176.226 (4 Oct 2018 05:39:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 4 Oct 2018 05:39:25 +0000 (UTC) To: Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 04 07:39:21 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 1g7wM3-000671-IF for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Oct 2018 07:39:19 +0200 Original-Received: from localhost ([::1]:54248 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7wOA-0005K1-0k for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Oct 2018 01:41:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7wNZ-0005Jd-OZ for help-gnu-emacs@gnu.org; Thu, 04 Oct 2018 01:40:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7wNH-00067o-O1 for help-gnu-emacs@gnu.org; Thu, 04 Oct 2018 01:40:40 -0400 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:33483) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g7wNF-00063K-HO for help-gnu-emacs@gnu.org; Thu, 04 Oct 2018 01:40:35 -0400 X-Originating-IP: 171.25.193.20 Original-Received: from epi.local (tor-exit0-readme.dfri.se [171.25.193.20]) (Authenticated sender: van@scratch.space) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 212491C0003 for ; Thu, 4 Oct 2018 05:40:28 +0000 (UTC) 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.197 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:118108 Archived-At: Hello, I=E2=80=99d like to have the emacsclient new frame to have height 24 or = 40. Whatever I have that is setting the default gives 3. This is the script I use after `ssh -Y=E2=80=99 to target host. =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 1 #!/bin/sh =E2=94=82 2 emacsclient --eval "(make-frame-on-display \"$DISPLAY\" = '((height . 24)))" =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80 I=E2=80=99ve tried `emacs*geometry: 80x24=E2=80=99 in .Xresources but = that has no effect. `xterm*cursorColor: red=E2=80=99 works. Any idea?=