[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
- Re: Proposing changes to adjust_frame_size, (continued)
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/17
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/06
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/09
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/09
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/09
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/10
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/10
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/10
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/10
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/10
- Re: Proposing changes to adjust_frame_size,
Yuuki Harano <=
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/12
- Re: Proposing changes to adjust_frame_size, Garjola Dindi, 2021/05/13