From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#9674: 24.0.90; Closing an emacsclient frame always kills daemon Date: Wed, 05 Oct 2011 13:54:48 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1317837309 5830 80.91.229.12 (5 Oct 2011 17:55:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Oct 2011 17:55:09 +0000 (UTC) Cc: 9674@debbugs.gnu.org To: Damien Cassou Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 05 19:55:04 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RBVgM-0006sn-Jx for geb-bug-gnu-emacs@m.gmane.org; Wed, 05 Oct 2011 19:55:02 +0200 Original-Received: from localhost ([::1]:47278 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBVgM-0003Mn-7y for geb-bug-gnu-emacs@m.gmane.org; Wed, 05 Oct 2011 13:55:02 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBVgJ-0003MS-K9 for bug-gnu-emacs@gnu.org; Wed, 05 Oct 2011 13:55:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBVgI-0005tC-Ki for bug-gnu-emacs@gnu.org; Wed, 05 Oct 2011 13:54:59 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:35120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBVgI-0005t6-JC for bug-gnu-emacs@gnu.org; Wed, 05 Oct 2011 13:54:58 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RBVgM-0003DL-DL for bug-gnu-emacs@gnu.org; Wed, 05 Oct 2011 13:55:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 05 Oct 2011 17:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9674 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9674-submit@debbugs.gnu.org id=B9674.131783729612343 (code B ref 9674); Wed, 05 Oct 2011 17:55:02 +0000 Original-Received: (at 9674) by debbugs.gnu.org; 5 Oct 2011 17:54:56 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RBVgG-0003D2-BG for submit@debbugs.gnu.org; Wed, 05 Oct 2011 13:54:56 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RBVgD-0003Cu-Fo for 9674@debbugs.gnu.org; Wed, 05 Oct 2011 13:54:54 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RBVg8-0008RK-D8; Wed, 05 Oct 2011 13:54:48 -0400 X-Spook: Honduras constitution red noise White Water tempest Exon X-Ran: lLW(!3dO.qfXlKG&RE9i#?~+;4u/B?u|vSnH;YVIarI<\T~zt'lV7Cs^I.S^%bez.@R#'W X-Hue: cyan X-Attribution: GM In-Reply-To: (Damien Cassou's message of "Wed, 5 Oct 2011 14:24:53 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 05 Oct 2011 13:55:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52224 Archived-At: Damien Cassou wrote: > - I also compiled with --with-x-toolkit=lucid, but I must have made > something wrong as I also got the "Warning: due to a long standing > Gtk+ bug..." error message when I started emacs. This seems rather backward. I would have expected the issue that message refers to to be the actual problem that you are seeing. There's no way you can get that message in a non-GTK build. Maybe your system was lacking the necessary libraries for a Lucid toolkit build and defaulted to gtk? (I don't even know if that can happen.) Please try a fresh Lucid build again, paying attention to the configure output. Check in src/config.h that USE_GTK is not defined. If that works, then I think it might be the same old gtk problem that the message refers to. If this issue affects gtk3 as well (I seem to recall it does?) then emacs.c should also give that message for gtk3 (if it does not already).