emacs-devel
[Top][All Lists]
Advanced

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

Re: Wrong frame with recent trunk [MSYS2-MinGW64]


From: Dmitry Antipov
Subject: Re: Wrong frame with recent trunk [MSYS2-MinGW64]
Date: Thu, 24 Jul 2014 09:52:55 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 07/24/2014 01:35 AM, Angelo Graziosi wrote:

With recent trunk (say rev. >= r117564), my MSYS2-mingw64 (Win7 64)
Emacs builds show a strange behavior : each time I start Emacs, the
frame is 2 line shorter in height. For example if I start with
a frame of 36 line, the next start it is 34, then 32, etc.

Hopefully fixed, please try revision >= 117567.

Can you also try that the following:

(set-frame-height nil (1+ (frame-height)))
(set-frame-height nil (1- (frame-height)))
(set-frame-size nil (1+ (frame-width)) (1+ (frame-height)))
(set-frame-size nil (1- (frame-width)) (1- (frame-height)))

works as expected on MS-Windows?

Dmitry




reply via email to

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