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: 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



reply via email to

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