From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastian Rose Newsgroups: gmane.emacs.devel Subject: Re: daemon mode breakage Date: Thu, 21 Oct 2010 01:21:35 +0200 Message-ID: <877hhca1s0.fsf@gmx.de> References: <8762wwltu8.fsf@stupidchicken.com> <4CBF578D.4040800@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287616922 25081 80.91.229.12 (20 Oct 2010 23:22:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 20 Oct 2010 23:22:02 +0000 (UTC) Cc: Neal Becker , Dan Nicolaescu , Chong Yidong , emacs-devel@gnu.org To: Jan =?utf-8?Q?Dj=C3=A4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 21 01:22:00 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 1P8hyi-0000Xi-DB for ged-emacs-devel@m.gmane.org; Thu, 21 Oct 2010 01:21:52 +0200 Original-Received: from localhost ([127.0.0.1]:54423 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8hyh-0006py-UK for ged-emacs-devel@m.gmane.org; Wed, 20 Oct 2010 19:21:51 -0400 Original-Received: from [140.186.70.92] (port=48511 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8hya-0006pt-Kg for emacs-devel@gnu.org; Wed, 20 Oct 2010 19:21:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8hyY-0003fQ-Kx for emacs-devel@gnu.org; Wed, 20 Oct 2010 19:21:44 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:39995 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P8hyY-0003fF-7b for emacs-devel@gnu.org; Wed, 20 Oct 2010 19:21:42 -0400 Original-Received: (qmail invoked by alias); 20 Oct 2010 23:21:39 -0000 Original-Received: from unknown (EHLO beteigeuze.gmx.de) [188.46.195.184] by mail.gmx.net (mp060) with SMTP; 21 Oct 2010 01:21:39 +0200 X-Authenticated: #8529601 X-Provags-ID: V01U2FsdGVkX1+YjOEtfkWYXKnT+z/w6ZWY/LPc6thxjxDR7udT8C c0xDtk1E/7FVtV In-Reply-To: <4CBF578D.4040800@swipnet.se> ("Jan =?utf-8?Q?Dj=C3=A4rv=22's?= message of "Wed, 20 Oct 2010 22:56:45 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 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:131915 Archived-At: >> 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. Funny. I came about that problem just a few hours ago. And, guess what I did: I started `emacs --daemon' in a terminal window. I always do that if I try something new. Or if a program does something unexpected... Sebstian