From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: print a warning when starting Gtk+ emacs in daemon mode Date: Tue, 31 May 2011 14:01:25 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1306843340 21486 80.91.229.12 (31 May 2011 12:02:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 May 2011 12:02:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 31 14:02:14 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 1QRNeI-0003x6-FP for ged-emacs-devel@m.gmane.org; Tue, 31 May 2011 14:02:14 +0200 Original-Received: from localhost ([::1]:59500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRNeF-00061p-2T for ged-emacs-devel@m.gmane.org; Tue, 31 May 2011 08:02:11 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRNeC-00061k-F7 for emacs-devel@gnu.org; Tue, 31 May 2011 08:02:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRNeB-00035j-F8 for emacs-devel@gnu.org; Tue, 31 May 2011 08:02:08 -0400 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:45735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRNeA-00035R-1D; Tue, 31 May 2011 08:02:06 -0400 Original-Received: by gxk23 with SMTP id 23so2297307gxk.0 for ; Tue, 31 May 2011 05:02:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=mtWxB3qLJapAlEMcGZmAXFedvkHRCmcPpoDBnYUGjOw=; b=MescvcdqHTVFYrNxCsal7OxOzZtPG+4ujXh3CsQqq/tJHdVwUV6J3R7OfM15c6CRGK hbou4RA4LZJ9n6jjp1/mQa8EzA4zp7Ip9xkopF/hC+QJwm7tTsLj5XctcakgokCqKmGm bYghSjbLosT2QCBXV4vlEK3ue1FrFF1cdKk/w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=RfowKyj8uJ73P0T6Bky0o9KcG/zBWPBtZ+JrCADU/3nkoQT3ubprZVZKiCBDhkbwzA rI+ZNzcrMfp+Hra/XQjYLegKhUp/loKovhkNUv7RV524fva4DbM/uRW+iKspFjPGi0QN 3rNXTM+QTOclDp9fn4piVev4gKfvh5NSOdL9o= Original-Received: by 10.150.170.2 with SMTP id s2mr5466227ybe.16.1306843325212; Tue, 31 May 2011 05:02:05 -0700 (PDT) Original-Received: by 10.146.82.11 with HTTP; Tue, 31 May 2011 05:01:25 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.169 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:139961 Archived-At: > How about printing a warning when starting Gtk+ emacs in daemon mode so > that the users are aware of the potential risks (and blame Gtk+ not > emacs ...) There's no downside to it. > +Emacs might crash when run in deamon mode and the X11 connection is unex= pectedly lost.\n\ s/deamon/daemon/ =C2=A0 =C2=A0 Juanma