From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: daemon mode breakage Date: Wed, 20 Oct 2010 11:27:06 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1287588439 8034 80.91.229.12 (20 Oct 2010 15:27:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 20 Oct 2010 15:27:19 +0000 (UTC) Cc: Neal Becker , emacs-devel@gnu.org To: Scot Becker Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 20 17:27:18 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 1P8aZR-0001q6-6K for ged-emacs-devel@m.gmane.org; Wed, 20 Oct 2010 17:27:17 +0200 Original-Received: from localhost ([127.0.0.1]:37444 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8aZQ-0001Gd-03 for ged-emacs-devel@m.gmane.org; Wed, 20 Oct 2010 11:27:16 -0400 Original-Received: from [140.186.70.92] (port=44602 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8aZI-0001Ee-4d for emacs-devel@gnu.org; Wed, 20 Oct 2010 11:27:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8aZG-0002YP-TS for emacs-devel@gnu.org; Wed, 20 Oct 2010 11:27:08 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8aZG-0002YL-Ry for emacs-devel@gnu.org; Wed, 20 Oct 2010 11:27:06 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P8aZG-0001Zg-N6; Wed, 20 Oct 2010 11:27:06 -0400 In-Reply-To: (Scot Becker's message of "Wed\, 20 Oct 2010 15\:58\:53 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) 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:131889 Archived-At: Scot Becker writes: > Out of curiosity (I experience this bug too) what do you have to give up = if you > compile with Lucid? The toolbar, scroll bar, dialogs and the menus use different widgets, so they don't look as spiffy, but no core functionality is lost. > I assume that anti-aliased fonts would go.=20 No. > Do you loose the ability to use proportional fonts as well No. > > > > On Wed, Oct 20, 2010 at 3:07 PM, Dan Nicolaescu wrote: > > Neal Becker writes: > > > 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. > > This is a bug in Gtk+. > http://bugzilla.gnome.org/show_bug.cgi?id=3D85715. =A0(emacs/etc/PROB= LEMS > 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...