]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/emacs.c (main): Warn when starting a GTK emacs in daemon mode.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 2 Jun 2011 16:56:04 +0000 (09:56 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 2 Jun 2011 16:56:04 +0000 (09:56 -0700)
src/ChangeLog
src/emacs.c

index cd98ec04aa4b3ddf5137caa27e15b10237eab9cc..a86a23e7c0b4955da31e59cfe29b48196163dda9 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
+
 2011-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
index e515f7ec6fa090316299ade029363f5576c20a0c..eaeeb35d58772fa6709caaa5fd45ef3c9695e903 100644 (file)
@@ -1120,6 +1120,11 @@ main (int argc, char **argv)
        }
 
 #ifndef NS_IMPL_COCOA
+#ifdef USE_GTK
+      fprintf (stderr, "\nWarning: due to a long standing Gtk+ bug\nhttp://bugzilla.gnome.org/show_bug.cgi?id=85715\n\
+Emacs might crash when run in daemon mode and the X11 connection is unexpectedly lost.\n\
+Using an Emacs configured with --with-x-toolkit=lucid does not have this problem.\n");
+#endif
       f = fork ();
 #else /* NS_IMPL_COCOA */
       /* Under Cocoa we must do fork+exec as CoreFoundation lib fails in