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: Wrong frame with recent trunk [MSYS2-MinGW64] Date: Wed, 23 Jul 2014 23:35:01 +0200 Message-ID: <53D02A85.1040402@alice.it> 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 1406151347 29656 80.91.229.3 (23 Jul 2014 21:35:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jul 2014 21:35:47 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 23 23:35:40 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 1XA4CK-0000d6-5i for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2014 23:35:40 +0200 Original-Received: from localhost ([::1]:47035 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XA4CJ-0004tv-0P for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2014 17:35:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XA4C2-0004kD-Fh for emacs-devel@gnu.org; Wed, 23 Jul 2014 17:35:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XA4Bu-0002bE-1w for emacs-devel@gnu.org; Wed, 23 Jul 2014 17:35:22 -0400 Original-Received: from smtp202.alice.it ([82.57.200.98]:3822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XA4Bt-0002ay-RO for emacs-devel@gnu.org; Wed, 23 Jul 2014 17:35:13 -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 53A4813E07B18843 for emacs-devel@gnu.org; Wed, 23 Jul 2014 23:35:11 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 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:173110 Archived-At: With recent trunk (say rev. >= r117564), my MSYS2-mingw64 (Win7 64) Emacs builds show a strange behaviour : 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. I can reproduce this with this minimal init.el [*] $ cat /c/Users/pippo/AppData/Roaming/.emacs.d/init.el ;; Instead to save in ~/.emacs.desktop (setq desktop-base-file-name "~/.emacs.d/desktop") ;; Instead to save in ~/.emacs.desktop.lock (setq desktop-base-lock-name "~/.emacs.d/desktop.lock") ;; Save desktop (desktop-save-mode t) --- [*] From Emacs-Windows point of view, "~" is "/c/Users/pippo/AppData/Roaming" (on Win7)