unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Dmitry Antipov <dmantipov@yandex.ru>
To: Angelo Graziosi <angelo.graziosi@alice.it>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: Wrong frame with recent trunk [MSYS2-MinGW64]
Date: Thu, 24 Jul 2014 20:22:30 +0400	[thread overview]
Message-ID: <53D132C6.6040506@yandex.ru> (raw)
In-Reply-To: <53D0FEA4.2080007@alice.it>

On 07/24/2014 04:40 PM, Angelo Graziosi wrote:

>> 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)))
>
> Sorry, may you clarify?
>
> Should I put that code in an init.el (.emacs etc.) file?

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

>> 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

Dmitry





  reply	other threads:[~2014-07-24 16:22 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 [this message]
2014-07-24 16:44       ` Angelo Graziosi
2014-07-27 22:16         ` Angelo Graziosi
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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=53D132C6.6040506@yandex.ru \
    --to=dmantipov@yandex.ru \
    --cc=angelo.graziosi@alice.it \
    --cc=emacs-devel@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).