[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: |
Wed, 04 Aug 2021 22:43:47 +0900 (JST) |
On Tue, 03 Aug 2021 09:37:06 -0400,
Stefan Monnier <monnier@iro.umontreal.ca> wrote:
>>>> >> + (condition-case nil
>>>> >> + (server--create-frame
>>>> >> + nowait proc
>>>> >> + `((display . ,display)
>>>> >> + ,@(if parent-id
>>>> >> + `((parent-id . ,(string-to-number parent-id))))
>>>> >> + ,@parameters))
>>>> >> + (error
>>>> >> + (server-log "Window system unsupported" proc)
>>>> >> + (server-send-string proc "-window-system-unsupported \n")
>>>> >> + nil)))
> [...]
>> The error is:
>> ----
>> -error Cannot&_connect&_to&_display&_server&_wayland&-1
>> ----
>> (In case of WAYLAND_DISPLAY=wayland-1.)
>
> Can we then change the `condition-case` so it doesn't catch all `error`s
> but only the "Cannot connect to display server" one?
Maybe, yes.
--
Yuuki Harano
Font size (was: Merging the pgtk branch), Kévin Le Gouguec, 2021/08/04
- Re: Font size (was: Merging the pgtk branch), Eli Zaretskii, 2021/08/04
- Re: Font size, Kévin Le Gouguec, 2021/08/04
- Re: Font size, Yuri Khan, 2021/08/04
- Re: Font size, Eli Zaretskii, 2021/08/04
- Re: Font size, Yuri Khan, 2021/08/04
- Re: Font size, Eli Zaretskii, 2021/08/04
- Re: Font size, Yuri Khan, 2021/08/04
- Re: Font size, Robert Pluim, 2021/08/05
- Re: Font size, Eli Zaretskii, 2021/08/05