emacs-devel
[Top][All Lists]
Advanced

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

Re: Is it possible let child-frame not hide the mode-line and minibuffer


From: Feng Shu
Subject: Re: Is it possible let child-frame not hide the mode-line and minibuffer out
Date: Sun, 04 Feb 2018 10:45:44 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.91 (gnu/linux)

martin rudalics <address@hidden> writes:

>> When a child-frame move to position (-1 . 0), it will hide its
>> parent-frame's mode-line and minibuffer, is it possible let child-frame
>> auto move above a little, and let it not hide its parent-frame's
>> mode-line and minibuffer?
>
> I'm not sure why a position like (-1 . 0) should do that - did you
> mean (0 . -1)?
>
> But what is "auto" move?  Positioning and sizing of child frames is
> completely left to the caller with one exception: When the parent
> frame is resized, the child frame may have to be resized and
> repositioned too.  IIRC we try to do that proportionally so it's
> possible that the parent frame's mode line gets obscured.  Is it that
> you had in mind?
>
sorry, it is (0 . -1) :-)

If I move a child-frame to (0 . -1), it like this at the moment:

Attachment: 1.png
Description: PNG image


but I think the below result is more useful when I move a child-frame to
(0 . -1)


Attachment: 2.png
Description: PNG image



> martin
>

-- 

reply via email to

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