GNU bug report logs -
#27923
24.3; -iconic switch screws up geometry
Previous Next
Reported by: Geoff Kuenning <geoff <at> cs.hmc.edu>
Date: Wed, 2 Aug 2017 20:42:02 UTC
Severity: minor
Tags: moreinfo
Found in version 24.3
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> In 24.3.1, starting emacs with the "-iconic" switch causes the main
> emacs window to be sized to the width of the icon rather than the width
> specified in the X resource database. Interestingly, the height is
> still correct. Compare the window created by:
>
> $ emacs &
>
> with the one from:
>
> $ emacs -iconic &
>
> On my system, the output for "xrdb -query | grep -i emacs" is:
>
> gnuemacs.geometry: 80x78+1180+0
> Emacs.Font: -misc-fixed-bold-r-normal-*-15-*-100-100-*-*-ISO8859-1
> gnuemacs*cursorColor: red
> lemacs*cursorColor: red
>
> (I realize that some of these entries are obsolete...)
Thanks for the report; apologizes for the late response. Are you sure
that your display is at least 1900 pixels wide? If so, then when with
emacs -Q you evaluate the form
(setq default-frame-alist
'((width . 80)
(height . 78)
(left . 1180)
(font . "-misc-fixed-bold-r-normal-*-15-*-100-100-*-*-ISO8859-1")
(visibility . icon)))
and subsequently do C-x 5 2 and deiconify the new frame, does it have
the desired properties?
Thanks, martin
This bug report was last modified 3 years and 141 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.