bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28915: Emacs 27 under macOS window system; improper frame resizing (


From: martin rudalics
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

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]