emacs-devel
[Top][All Lists]
Advanced

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

Re: master f0ff20be51: * src/emacs.c (main): Improve accuracy of daemon


From: Po Lu
Subject: Re: master f0ff20be51: * src/emacs.c (main): Improve accuracy of daemon warning message on PGTK.
Date: Thu, 07 Apr 2022 08:28:49 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Sean Whitton <spwhitton@spwhitton.name> writes:

> Nice idea to avoid referring users to a bug report that doesn't apply to
> pgtk.  But is there truly "no way to fix this problem" in the pgtk case
> too?  Is it really that fundamental to the design of GTK3?

Yes, 100%.  GDK just calls `_exit' on an IO error.  You cannot even run
an atexit handler.

And since we don't have control over Xlib when built with PGTK, there's
no way to run code before GDK's own IO error handler either.


reply via email to

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