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, 5 May 2021 17:01:33 +0200

> I don't understand your words..

Sorry.  I apologize.

> What is "some queer way"?  Do you mean something like "-geometry"?
> What is "a correct way"?  Do you mean something like "xwininfo"?

Start Emacs with the iconic switch on like

emacs -Q -iconic --load foo.el

where foo.el contains

(set-frame-height nil 20)
(set-frame-width nil 90)
(set-frame-parameter nil 'toolbar-lines 0)

After that deiconify the frame.  What are the frame's height and width
now - 20 and 90?

Thanks, martin



reply via email to

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