From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neal Becker Newsgroups: gmane.emacs.devel Subject: daemon mode breakage Date: Wed, 20 Oct 2010 08:34:13 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Trace: dough.gmane.org 1287578080 16611 80.91.229.12 (20 Oct 2010 12:34:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 20 Oct 2010 12:34:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 20 14:34:38 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 1P8XsL-0002X1-Un for ged-emacs-devel@m.gmane.org; Wed, 20 Oct 2010 14:34:38 +0200 Original-Received: from localhost ([127.0.0.1]:40281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8XsL-00067u-8n for ged-emacs-devel@m.gmane.org; Wed, 20 Oct 2010 08:34:37 -0400 Original-Received: from [140.186.70.92] (port=54558 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8XsF-00067W-9U for emacs-devel@gnu.org; Wed, 20 Oct 2010 08:34:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8XsC-0000bU-Cu for emacs-devel@gnu.org; Wed, 20 Oct 2010 08:34:31 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:41151) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8XsC-0000bE-69 for emacs-devel@gnu.org; Wed, 20 Oct 2010 08:34:28 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P8Xs6-0002Tr-UA for emacs-devel@gnu.org; Wed, 20 Oct 2010 14:34:22 +0200 Original-Received: from 139.85.237.70 ([139.85.237.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Oct 2010 14:34:22 +0200 Original-Received: from ndbecker2 by 139.85.237.70 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Oct 2010 14:34:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.emacs.devel Original-Lines: 9 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 139.85.237.70 User-Agent: KNode/4.4.6 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:131880 Archived-At: emacs-23.2.1 fedora 13 x86_64 I start emacs --daemon on a remote If I connect with emacsclient -c , and then cleanly disconnect, (e.g., C-x C-c), I can subsequently re-connect with emacsclient -c. But if the connection is rudely dropped, then when I attempt to re-connect I get a blank window.