unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Issue with master build on macOS
@ 2020-05-02 21:12 Angelo Graziosi
  2020-05-02 21:30 ` Angelo Graziosi
  0 siblings, 1 reply; 10+ messages in thread
From: Angelo Graziosi @ 2020-05-02 21:12 UTC (permalink / raw)
  To: emacs-devel

The build of current master (a941a9e8c22) has a strange behavior.

In the init.el file I have:

(setq default-frame-alist
      '(
        (width . 115) ; character
        (height . 37) ; lines
        (left . 325); pixel
        (top  .   0); pixel
        (font . "Monaco-13") ; font
        ))

so that the top-right corner of Emacs frame overlaps the T-R corner of the screen (it is a 2011 MBP) and its width and height are exactly (leaving aside scroll bar, tool bar etc.) what is written in the init file.

Now with current build, when I start Emacs its frame, first has the "natural" (more or less squared) size before the init file is read, then it is reduce more or less at its half: here its remains for a few second (it seems to hang); than it takes the final size which is not what the init file says: about half in width and 70% in height and positioned more or less at the screen center so that the T-R corners do not overlaps at all.

If close Emacs and the restart it, now it behaves as the init file says. Good. If I repeat the close-restart operation it fall back to the bad frame; if I repeat, it results in a good frame and so on. One time it start bad and another time it start good. I tried this at least 5-6 times.



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-05-04 14:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-02 21:12 Issue with master build on macOS Angelo Graziosi
2020-05-02 21:30 ` Angelo Graziosi
2020-05-02 21:40   ` Angelo Graziosi
2020-05-03  2:36     ` Eli Zaretskii
2020-05-03 11:14       ` Angelo Graziosi
2020-05-03 13:23         ` Angelo Graziosi
2020-05-03 19:45           ` Alan Third
2020-05-03 15:17         ` Eli Zaretskii
2020-05-04  6:25           ` Angelo Graziosi
2020-05-04 14:33             ` Eli Zaretskii

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