From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Wrong frame with recent trunk [MSYS2-MinGW64] Date: Thu, 24 Jul 2014 14:40:04 +0200 Message-ID: <53D0FEA4.2080007@alice.it> References: <53D02A85.1040402@alice.it> <53D09F37.5060109@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1406205694 4437 80.91.229.3 (24 Jul 2014 12:41:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2014 12:41:34 +0000 (UTC) Cc: Emacs developers To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 24 14:41:27 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XAIKs-0003LN-Pv for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2014 14:41:26 +0200 Original-Received: from localhost ([::1]:49762 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAIKs-0001CV-Ch for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2014 08:41:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAIJr-0000J2-NI for emacs-devel@gnu.org; Thu, 24 Jul 2014 08:40:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAIJk-0000F7-6H for emacs-devel@gnu.org; Thu, 24 Jul 2014 08:40:23 -0400 Original-Received: from smtp202.alice.it ([82.57.200.98]:33531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAIJj-0000Eg-Vn for emacs-devel@gnu.org; Thu, 24 Jul 2014 08:40:16 -0400 Original-Received: from [192.168.1.103] (79.53.28.37) by smtp202.alice.it (8.6.060.28) (authenticated as angelo.graziosi@alice.it) id 53A4813E0812A557; Thu, 24 Jul 2014 14:40:13 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <53D09F37.5060109@yandex.ru> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.98 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173121 Archived-At: Il 24/07/2014 07:52, Dmitry Antipov ha scritto: > > Hopefully fixed, please try revision >= 117567. Yes, it seems so.. > > 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? > works as expected on MS-Windows? What should I expect? Ciao, Angelo.