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: Yuuki Harano
Subject: Re: Proposing changes to adjust_frame_size
Date: Tue, 11 May 2021 23:32:40 +0900 (JST)

On Mon, 10 May 2021 21:20:46 +0200,
        martin rudalics <rudalics@gmx.at> wrote:
> Good.  Can you also test the earlier
> 
> 
> (setq frame (make-frame '((width . 60) (height . 20)
>                         (tool-bar-lines . 0)
>                         (visibility . nil))))
> 
> (make-frame-visible frame)
> 
> 
> now?

----------------
(setq frame (make-frame '((width . 60) (height . 20)
                          (tool-bar-lines . 0)
                          (visibility . nil))))
#<frame emacs@luna 0x5559f25c1898>


(make-frame-visible frame)
#<frame emacs@luna 0x5559f25c1898>

(frame-width frame)
60

(frame-height frame)
20
----------------

-- 
Yuuki Harano



reply via email to

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