bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#24526: iconifying / framesize


From: martin rudalics
Subject: bug#24526: iconifying / framesize
Date: Fri, 30 Sep 2016 10:33:07 +0200

> 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





reply via email to

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