From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: daemon mode breakage Date: Wed, 20 Oct 2010 22:56:45 +0200 Message-ID: <4CBF578D.4040800@swipnet.se> References: <8762wwltu8.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1287608230 16204 80.91.229.12 (20 Oct 2010 20:57:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 20 Oct 2010 20:57:10 +0000 (UTC) Cc: Neal Becker , Dan Nicolaescu , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 20 22:57:09 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P8fie-0007KG-7a for ged-emacs-devel@m.gmane.org; Wed, 20 Oct 2010 22:57:08 +0200 Original-Received: from localhost ([127.0.0.1]:35584 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8fid-0004Te-Ii for ged-emacs-devel@m.gmane.org; Wed, 20 Oct 2010 16:57:07 -0400 Original-Received: from [140.186.70.92] (port=35836 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8fiT-0004Rz-6e for emacs-devel@gnu.org; Wed, 20 Oct 2010 16:56:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8fiS-0005eo-2c for emacs-devel@gnu.org; Wed, 20 Oct 2010 16:56:57 -0400 Original-Received: from smtprelay-h31.telenor.se ([213.150.131.4]:35116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8fiQ-0005eF-Kb; Wed, 20 Oct 2010 16:56:54 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h31.telenor.se (Postfix) with ESMTP id B79DCEB520; Wed, 20 Oct 2010 22:56:52 +0200 (CEST) X-SENDER-IP: [85.225.45.100] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhEvALf0vkxV4S1kPGdsb2JhbAChTwwBAQEBNS2/VoVKBI1P X-IronPort-AV: E=Sophos;i="4.57,356,1283724000"; d="scan'208";a="141968870" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb2.telenor.se with ESMTP; 20 Oct 2010 22:56:46 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id BD1737FA05A; Wed, 20 Oct 2010 22:56:45 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.11) Gecko/20101004 Thunderbird/3.1.5 In-Reply-To: <8762wwltu8.fsf@stupidchicken.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131911 Archived-At: Chong Yidong skrev 2010-10-20 18.19: > Dan Nicolaescu writes: > >>> But if the connection is rudely dropped, then when I attempt to re-connect >>> I get a blank window. >> >> This is a bug in Gtk+. >> http://bugzilla.gnome.org/show_bug.cgi?id=85715. (emacs/etc/PROBLEMS >> has a note about this too). >> If you intend to use the daemon mode, it's better to compile emacs >> using the lucid toolkit. >> It doesn't look like the Gtk+ bug will ever be fixed so... > > Is there any way for us to detect when this happens? If so, we could > make Emacs print an error message with the bugzilla.gnome.org bug url. I haven't looked into it much, but as Emacs is in daemon mode, chances are that nobody will see the output. Jan D.