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: martin rudalics
Subject: Re: Proposing changes to adjust_frame_size
Date: Wed, 12 May 2021 10:47:03 +0200

> ----------------
> (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
> ----------------

Thanks.  Let's hope it stays this way for a while.

martin



reply via email to

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