GNU bug report logs -
#24526
iconifying / framesize
Previous Next
Full log
View this message in rfc822 format
> emacs -geometry 135x34+35+20 -iconic
> ((outer-position 35 . 20) (outer-size 1251 . 850) (external-border-size 6 . 6)
> (title-bar-size 0 . 31) (menu-bar-external . t) (menu-bar-size 1239 . 29)
> (tool-bar-external . t) (tool-bar-position . top) (tool-bar-size 1239 . 53)
> (internal-border-width . 0))
>
> emacs -Q
> ((outer-po((outer-position 0 . 0) (outer-size 761 . 917) (external-border-size
> 6 . 6) (title-bar-size 0 . 31) (menu-bar-external . t) (menu-bar-size 749 .
> 29) (tool-bar-external . t) (tool-bar-position . top) (tool-bar-size 749 . 53)
> (internal-border-width . 0))
>
> emacs -iconic
> ((outer-position 35 . 20) (outer-size 756 . 908) (external-border-size 6 . 6)
> (title-bar-size 0 . 31) (menu-bar-external . t) (menu-bar-size 744 . 29)
> (tool-bar-external . t) (tool-bar-position . top) (tool-bar-size 744 . 53)
> (internal-border-width . 0))
Thanks. Please do the same also for the case that you specify the
geometry in your initial file via
(add-to-list 'default-frame-alist '(width . 135))
(add-to-list 'default-frame-alist '(height . 34))
(add-to-list 'default-frame-alist '(top . 20))
(add-to-list 'default-frame-alist '(left . 35))
for the initial frame and for a frame made via C-x 5 2.
And in all five cases I also need the result of doing
M-: (window--dump-frame)
which you can find in a buffer called *window-frame-dump* after each
invocation (sorry - it's all a a bit tedious).
> By the way; emacs spits out the following message after start:
>
> (emacs:25506): Gtk-WARNING **: Theme directory of theme oxygen has no size
> field
>
> (emacs:25464): GLib-GObject-WARNING **: The property GtkSettings:gtk-enable-
> tooltips is deprecated and shouldn't be used anymore. It will be removed in a
> future version.
If I only knew about these ...
martin
This bug report was last modified 3 years and 44 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.