GNU bug report logs -
#9485
24.0.50; Frame size and position parameter problems in Windows (and Linux)
Previous Next
Reported by: Hannu Koivisto <azure <at> iki.fi>
Date: Mon, 12 Sep 2011 17:21:01 UTC
Severity: normal
Found in version 24.0.50
Fixed in version 25.1
Done: martin rudalics <rudalics <at> gmx.at>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Given...
>
> (defvar se::frame-config `((fullscreen . fullheight)
> (width . 100)))
> (setq default-frame-alist (append se::frame-config default-frame-alist))
> (setq initial-frame-alist (append '((left . (- 0))) se::frame-config initial-frame-alist))
>
> ...in .emacs, "runemacs" results to a frame that is neither fullheight
> nor positioned in the right edge of the screen. The frame I get is
> approximately half the height of the screen and it is partly positioned
> outside (from the right edge) of the screen.
>
> The same configuration works in Linux with Emacs 23.1.1 usually but
> not always. I just tried "repeat 5; do emacs&; done" and one out
> of those five failed to resize to fullheight and two out of five
> were fullheight but they were not located at the top edge/right
> edge of the screen (y coordinate was around the middle of the
> screen and the frame was partly outside the screen in x direction
> as well).
Hi, Hannu
I recently tried to fix a number of related issues and hopefully fixed
this as well. Can you try again with current master/trunk?
Apologies for the late reply, martin
This bug report was last modified 9 years and 320 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.