From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.devel,gmane.emacs.bugs Subject: Re: 24.0.90; Closing an emacsclient frame always kills daemon Date: Wed, 05 Oct 2011 17:57:57 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: <7l8vozjure.fsf@news.eternal-september.org> References: Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1317830302 18995 80.91.229.12 (5 Oct 2011 15:58:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Oct 2011 15:58:22 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 05 17:58:19 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 1RBTrO-0007pQ-PP for ged-emacs-devel@m.gmane.org; Wed, 05 Oct 2011 17:58:18 +0200 Original-Received: from localhost ([::1]:53679 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBTrO-0004hq-BV for ged-emacs-devel@m.gmane.org; Wed, 05 Oct 2011 11:58:18 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBTrL-0004aY-I3 for emacs-devel@gnu.org; Wed, 05 Oct 2011 11:58:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBTrK-0006mX-Ez for emacs-devel@gnu.org; Wed, 05 Oct 2011 11:58:15 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:56807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBTrK-0006mG-6k for emacs-devel@gnu.org; Wed, 05 Oct 2011 11:58:14 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RBTrI-0007nu-MF for emacs-devel@gnu.org; Wed, 05 Oct 2011 17:58:12 +0200 Original-Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Oct 2011 17:58:12 +0200 Original-Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Oct 2011 17:58:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 85.183.18.158 Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:bs/Rmj1Mw1IqK2akLV1bXFq3D80= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:144582 gmane.emacs.bugs:52216 Archived-At: Damien Cassou writes: > Hi, > > I open emacs with the following: > > emacsclient --alternate-editor="" -c ~/.bashrc > > According to the manual, it creates a daemon if none is running and > then creates a client by connecting to this daemon. I confirm this > behavior by looking at the running processes: I have one process for > emacsclient and one for emacs --daemon. However, as soon as I close > the last running emacsclient (with C-x C-c or C-x #), the daemon is > also terminated. Some more information: Just as an addition to this, quitting gnus with q in the group buffer does the same in many instances - the frame closes and emacs dies. Not all the time, but most of the time... Possibly linked. (emacs 24 from the git mirror on github)