all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.graziosi@alice.it>
To: Dmitry Antipov <dmantipov@yandex.ru>
Cc: rudalics@gmx.at, Emacs developers <emacs-devel@gnu.org>
Subject: Re: Wrong frame with recent trunk [MSYS2-MinGW64]
Date: Mon, 28 Jul 2014 00:16:55 +0200	[thread overview]
Message-ID: <53D57A57.20200@alice.it> (raw)
In-Reply-To: <53D137FD.6050204@alice.it>

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	other threads:[~2014-07-27 22:16 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-23 21:35 Wrong frame with recent trunk [MSYS2-MinGW64] Angelo Graziosi
2014-07-24  5:52 ` Dmitry Antipov
2014-07-24 12:40   ` Angelo Graziosi
2014-07-24 16:22     ` Dmitry Antipov
2014-07-24 16:44       ` Angelo Graziosi
2014-07-27 22:16         ` Angelo Graziosi [this message]
2014-07-28  6:00           ` Eli Zaretskii
2014-07-28  6:15             ` Eli Zaretskii
2014-07-28 10:26               ` Angelo Graziosi
2014-07-28 12:22                 ` Eli Zaretskii
2014-07-28 17:26                 ` martin rudalics
2014-07-31 22:53                   ` Angelo Graziosi
2014-07-31 23:05                     ` chad
2014-07-31 23:16                       ` Angelo Graziosi
2014-08-01  0:02                     ` Paul Eggert
2014-07-28 17:26           ` martin rudalics

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53D57A57.20200@alice.it \
    --to=angelo.graziosi@alice.it \
    --cc=dmantipov@yandex.ru \
    --cc=emacs-devel@gnu.org \
    --cc=rudalics@gmx.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.