all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Van L <van@scratch.space>
To: Emacs <help-gnu-emacs@gnu.org>
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	[thread overview]
Message-ID: <4A0C46C0-E50F-4D13-824B-923159B3696B@scratch.space> (raw)
In-Reply-To: <87bm899an6.fsf@127.0.0.1>


> Try something like:
> 
>  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’s buffer.

┌────
│ #!/bin/sh
│ emacsclient --eval "(make-frame-on-display \"$DISPLAY\" '((user-position . t) (height . 24)))"
└────

The following behaves similarly.

┌────
│ #!/bin/sh
│ emacsclient --create-frame --alternate-editor=emacs
└────

I call the above scripts as follows. The problem seems peculiar to 25.3.1-netbsd and x11-forwarding.

┌────
│ #!/bin/sh
│ ssh -Y fred.flintstone opt/bin/newframe &
└────


  reply	other threads:[~2018-10-04 14:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1695.1538631659.1284.help-gnu-emacs@gnu.org>
2018-10-04 12:09 ` XQuartz to 25.3.1 netbsd-8.0; emacsclient new frame height has 3-line default HASM
2018-10-04 14:38   ` Van L [this message]
2018-10-04  5:40 Van L
2018-10-07  8:54 ` Van L

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=4A0C46C0-E50F-4D13-824B-923159B3696B@scratch.space \
    --to=van@scratch.space \
    --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.