bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#581: Acknowledgement (23.0.60; OSX: server crashes when quitting em


From: OFFICE ZERO
Subject: bug#581: Acknowledgement (23.0.60; OSX: server crashes when quitting emacsclient)
Date: Sat, 9 Aug 2008 10:02:42 +0900

配信不要
----- Original Message ----- From: "Markus Triska" <markus.triska@gmx.at>
To: <581@emacsbugs.donarmstrong.com>
Sent: Friday, August 08, 2008 9:08 PM
Subject: bug#581: Acknowledgement (23.0.60;OSX: server crashes when quitting emacsclient)



I cannot reproduce the problem after commenting out XrmDestroyDatabase:

diff --git a/src/xterm.c b/src/xterm.c
index a32f4e1..884f5a8 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10516,7 +10516,7 @@ x_delete_display (dpyinfo)

#ifndef USE_X_TOOLKIT   /* I'm told Xt does this itself.  */
#ifndef AIX /* On AIX, XCloseDisplay calls this.  */
-  XrmDestroyDatabase (dpyinfo->xrdb);
+  /* XrmDestroyDatabase (dpyinfo->xrdb); */
#endif
#endif
#ifdef HAVE_X_I18N












reply via email to

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