emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Wrong frame with recent trunk [MSYS2-MinGW64]


From: Angelo Graziosi
Subject: Wrong frame with recent trunk [MSYS2-MinGW64]
Date: Wed, 23 Jul 2014 23:35:01 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

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)



reply via email to

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