all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Bob Weiner <rsw@gnu.org>, 28915@debbugs.gnu.org
Subject: bug#28915: Emacs 27 under macOS window system; improper frame resizing (off by 4 pixels)
Date: Sat, 21 Oct 2017 10:16:18 +0200	[thread overview]
Message-ID: <59EB0252.3010604@gmx.at> (raw)
In-Reply-To: <m0r2tx7m3r.rsw@gnu.org>

I forgot to present the necessary code adjustments for this.  Use

(setq frame-resize-pixelwise t)

(progn (set-frame-width nil (frame-text-width) nil t)
        (frame-native-width))

(progn (set-frame-height nil (frame-text-height) nil t)
        (frame-native-height))

martin





      parent reply	other threads:[~2017-10-21  8:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-20 17:41 bug#28915: Emacs 27 under macOS window system; improper frame resizing (off by 4 pixels) Bob Weiner
2017-10-21  8:05 ` martin rudalics
2017-10-31  8:42   ` martin rudalics
2017-10-21  8:16 ` martin rudalics [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=59EB0252.3010604@gmx.at \
    --to=rudalics@gmx.at \
    --cc=28915@debbugs.gnu.org \
    --cc=rsw@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.