From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: GTK3 emacs doesn't survive killing X11 (was: feature request: daemonize) Date: Thu, 25 Aug 2011 14:12:57 +0200 Message-ID: <87hb55lmeu.fsf_-_@thinkpad.tsdh.de> References: <87ty97rpbi.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1314274394 21361 80.91.229.12 (25 Aug 2011 12:13:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 25 Aug 2011 12:13:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Rasmus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 25 14:13:10 2011 Return-path: Envelope-to: ged-emacs-devel@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 1QwYny-0007Xb-7Y for ged-emacs-devel@m.gmane.org; Thu, 25 Aug 2011 14:13:06 +0200 Original-Received: from localhost ([::1]:42185 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwYnx-00072N-G8 for ged-emacs-devel@m.gmane.org; Thu, 25 Aug 2011 08:13:05 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwYnu-000725-S5 for emacs-devel@gnu.org; Thu, 25 Aug 2011 08:13:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwYnt-00066C-Sa for emacs-devel@gnu.org; Thu, 25 Aug 2011 08:13:02 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:51501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwYnt-000667-LH for emacs-devel@gnu.org; Thu, 25 Aug 2011 08:13:01 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 335A8D2309; Thu, 25 Aug 2011 14:13:00 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e73AMbpJpjtn; Thu, 25 Aug 2011 14:12:59 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id A6223D2308; Thu, 25 Aug 2011 14:12:59 +0200 (CEST) In-Reply-To: <87ty97rpbi.fsf@gmail.com> (rasmus@gmx.us's message of "Wed, 24 Aug 2011 14:01:21 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 141.26.64.15 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143577 Archived-At: Rasmus writes: Hi Rasmus, > Emacs GTK breaks most of the time when I close X. Especially after > I've switched to GTK3. Oh, that's an issue I also see lately. I remember emacs used to survive killing X11 when there was a console frame, but right now, that doesn't work anymore. I didn't think about GTK3 being the culprit, though. Bye, Tassilo