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: Angelo Graziosi
Subject: Re: Wrong frame with recent trunk [MSYS2-MinGW64]
Date: Mon, 28 Jul 2014 00:16:55 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

It seems the the issue has been reintroduced in some manner..

Revision 117568 looks ok: when I restart Emacs the frame has the same position, width and height of previous session.

With the rev. 117589, restarting Emacs produces a frame with the same position and width but the height increases od about 2 line, so after one restarts 2, 3... times, Emacs frame is too long, out the screen..

Maybe recent Martin's changes about horizontal scroll bar causes this?

Thanks,
 angelo.

Il 24/07/2014 18:44, Angelo Graziosi ha scritto:


Il 24/07/2014 18:22, Dmitry Antipov ha scritto:


No, just copy & paste them into *scratch*, then go to end
of each line and type C-x C-e.

Oh, I did this but didn't notice the effect without something to
compare.. Now I resize the window of a running application to the same
size of Emacs frame and noticed the result...


works as expected on MS-Windows?

What should I expect?

(set-frame-height nil (1+ (frame-height)))
==> frame height should be increased by one character row

(set-frame-height nil (1- (frame-height)))
==> likewise but decreased

(set-frame-size nil (1+ (frame-width)) (1+ (frame-height)))
==> width should be increased by one character column and
     height should be increased by one character row

 >> (set-frame-size nil (1- (frame-width)) (1- (frame-height)))
==> likewise but decreased


Yes, unless I have been drinking a lot of wine.. sob..., all that works
as expected also on Windows... ;-)


Ciao,
Angelo.




reply via email to

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