[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: |
Mon, 10 May 2021 21:20:46 +0200 |
> Now, I tested with fringes/scrollbar/toolbar on/off and toggling them
> like:
> ----
> (setq frame (make-frame '((width . 60) (height . 20)
> (left-fringe . 0) (right-fringe . 0) )))
> (modify-frame-parameters frame '((left-fringe . 8)))
> ----
> and (frame-width) and (frame-height) were always 60 and 20.
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?
martin
- Re: Proposing changes to adjust_frame_size, (continued)
- 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 <=
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/11
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/12
- Re: Proposing changes to adjust_frame_size, Garjola Dindi, 2021/05/13