emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Merging the pgtk branch


From: Yuuki Harano
Subject: Re: Merging the pgtk branch
Date: Tue, 07 Dec 2021 01:01:21 +0900 (JST)

On Mon, 06 Dec 2021 21:24:12 +0800,
        Po Lu <luangruo@yahoo.com> wrote:
> I fixed the warning messages.  Turns out it was the code in
> `xg_set_special_colors' using FRAME_GTK_OUTER_WIDGET (which is NULL in
> pgtk child frames), which makes GTK emit lots of warning messages.

Thanks.

>> I found a way to crash:
>> ----
>> (setq f1 (selected-frame))
>> (setq f2 (make-frame))
>> (setq f (make-frame `((parent-frame . ,f1) (width . 10) (height . 5))))
>> (modify-frame-parameters f1 `((parent-frame . ,f2)))
>> (modify-frame-parameters f1 `((parent-frame . ,nil)))
>> ----
>> I'll debug this.
> 
> Thanks.

I tried to fix it.

-- 
Yuuki Harano



reply via email to

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