[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: print a warning when starting Gtk+ emacs in daemon mode
From: |
Stefan Monnier |
Subject: |
Re: print a warning when starting Gtk+ emacs in daemon mode |
Date: |
Tue, 31 May 2011 10:05:35 -0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> We get many duplicate bug reports of Gtk+ emacs crashing when run in
> daemon mode and the X11 connection dies.
> How about printing a warning when starting Gtk+ emacs in daemon mode so
> that the users are aware of the potential risks (and blame Gtk+ not
> Emacs ...)
We already print a blurb when the connection dies. Presumably it gets
printed to the same place as your patch would, so if they don't see the
one we already have, they probably won't see the one you suggest.
Stefan