GNU bug report logs - #28915
Emacs 27 under macOS window system; improper frame resizing (off by 4 pixels)

Previous Next

Package: emacs;

Reported by: Bob Weiner <rsw <at> gnu.org>

Date: Fri, 20 Oct 2017 17:43:01 UTC

Severity: normal

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 28915 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Bob Weiner <rsw <at> gnu.org>, 28915 <at> debbugs.gnu.org
Subject: Re: bug#28915: Emacs 27 under macOS window system; improper frame
 resizing (off by 4 pixels)
Date: Sat, 21 Oct 2017 10:16:18 +0200
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




This bug report was last modified 7 years and 264 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.