emacs-devel
[Top][All Lists]
Advanced

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

Re: Proposing changes to adjust_frame_size


From: Tassilo Horn
Subject: Re: Proposing changes to adjust_frame_size
Date: Mon, 10 May 2021 21:28:30 +0200
User-agent: mu4e 1.5.13; emacs 28.0.50

martin rudalics <rudalics@gmx.at> writes:

>>> I attach a new patch.  Maybe we're more lucky this time.
>>
>> Yes, that one does the trick!
>
> OK.  Now please start with emacs -Q -iconic and tell me how it looks
> like when you deiconify it.

Iconified frames/windows are nothing supported by sway.  If you don't
need a window but don't want to close it, you can send it to the
scratchpad workspace.  Anyway, emacs -Q -iconic results in a frame where
only the menubar is shown and the toolbar is missing until I switch
focus back and forth, so just like a normal, non-iconic frame without
your latest patch.

> Also please do a
>
> (setq frame (make-frame '((visibility . icon))))

I get a new frame with a menubar but no toolbar (unless I'd resize it or
swith focus back and forth).

> followed by (make-frame-visible frame)

No observable change.

> and a
>
> (setq frame (make-frame '((visibility . nil))))

Nothing happens which I guess is expected.

> (make-frame-visible frame)

The frame appears with again a menubar but no toolbar (until I apply one
of my workarounds as above).

Bye,
Tassilo



reply via email to

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