[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
- Re: Merging the pgtk branch, (continued)
- Re: Merging the pgtk branch, Eli Zaretskii, 2021/12/05
- Re: Merging the pgtk branch, Yuuki Harano, 2021/12/05
- Re: Merging the pgtk branch, Eli Zaretskii, 2021/12/05
- Re: Merging the pgtk branch, Po Lu, 2021/12/05
- Re: Merging the pgtk branch, Po Lu, 2021/12/05
- Re: Merging the pgtk branch, Yuuki Harano, 2021/12/06
- Re: Merging the pgtk branch, Po Lu, 2021/12/06
- Re: Merging the pgtk branch,
Yuuki Harano <=
- Re: Merging the pgtk branch, Po Lu, 2021/12/09
- Re: Merging the pgtk branch, Po Lu, 2021/12/18
- Re: Merging the pgtk branch, Yuuki Harano, 2021/12/18
- Re: Merging the pgtk branch, Eli Zaretskii, 2021/12/18
- Re: Merging the pgtk branch, Po Lu, 2021/12/18
- Re: Merging the pgtk branch, Eli Zaretskii, 2021/12/18
- Re: Merging the pgtk branch, Po Lu, 2021/12/18
- Re: Merging the pgtk branch, Po Lu, 2021/12/18
- Re: Merging the pgtk branch, Eli Zaretskii, 2021/12/18
- Re: Merging the pgtk branch, Po Lu, 2021/12/18