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



reply via email to

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