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: Yuuki Harano
Subject: Re: Proposing changes to adjust_frame_size
Date: Sun, 09 May 2021 18:32:46 +0900 (JST)

On Thu, 06 May 2021 23:41:38 +0900 (JST),
        Yuuki Harano <masm+emacs@masm11.me> wrote:
>> And after fixing my latest thinko in Fframe_parameters as in commit
>> e9baa733b8cac00e008cb834abc8712c8c00beed please try with
>> 
>> emacs -Q
>> 
>> in *scratch* evaluate first
>> 
>> (setq frame (make-frame '((width . 60) (height . 20)
>> (tool-bar-lines . 0) (visibility . nil))))
>> 
>> then
>> 
>> (make-frame-visible frame)
>> 
>> and tell me what
>> 
>> (frame-width) and (frame-height) give for that frame.

I fixed pgtk_make_frame_visible issue, and tested again.

----
(frame-width)
56

(frame-height)
20
----

-- 
Yuuki Harano



reply via email to

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