emacs-devel
[Top][All Lists]
Advanced

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

Re: How to create a small child-frame which only show two lines


From: martin rudalics
Subject: Re: How to create a small child-frame which only show two lines
Date: Thu, 07 Dec 2017 10:27:52 +0100

> I only need show 2 lines with child-frame while its mini
> size is show 4 lines,  anyone suggest how to deal with this problem?
[...]
> (let ((window (frame-root-window my-child-frame)))
>    (set-window-parameter window 'mode-line-format 'none)
>    (set-window-parameter window 'header-line-format 'none))

Looks like a stupid bug in the implementation of these parameters.  I'll
hopefully come up with a fix soon.

Thank you very much for reporting this, martin



reply via email to

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