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

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

bug#40200: bug#28872: [PATCH v4] Fix NS frame resizing issues (bug#40200


From: HaiJun Zhang
Subject: bug#40200: bug#28872: [PATCH v4] Fix NS frame resizing issues (bug#40200, bug#28872)
Date: Sun, 19 Apr 2020 09:49:58 +0800

The patch fixes the bug. Thanks.

Can you please look at another bug? bug#40541

在 2020年4月18日 +0800 PM11:26,Alan Third <alan@idiocy.org>,写道:
On Sat, Apr 18, 2020 at 10:12:27PM +0800, HaiJun Zhang wrote:
I can reproduce it with the following lines in ~/.emacs:

(setq inhibit-startup-message t
   inhibit-startup-buffer-menu t)

(setq default-frame-alist ‘(
       (width . 85)
       (height . 35)
       (vertical-scroll-bars . nil)
       (horizontal-scroll-bars . nil)
       ))

(set-frame-font “Monospace 16”)

Can you please try the attached patch.
--
Alan Third

reply via email to

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