From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 36b9955: Add --new-daemon, which runs in the foreground and does not fork Date: Fri, 18 Nov 2016 19:31:16 +0200 Message-ID: <83y40gbspn.fsf@gnu.org> References: <20161116072925.16550.32364@vcs.savannah.gnu.org> <20161116072926.098DB220167@vcs.savannah.gnu.org> <87polvz9b6.fsf@udel.edu> <5a37ipi8cw.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1479490285 27037 195.159.176.226 (18 Nov 2016 17:31:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 18 Nov 2016 17:31:25 +0000 (UTC) Cc: mvoteiza@udel.edu, rgm@gnu.org, monnier@iro.umontreal.ca, zhenya1007@gmail.com, emacs-devel@gnu.org To: John Wiegley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 18 18:31:20 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c7n0R-0005y9-Ov for ged-emacs-devel@m.gmane.org; Fri, 18 Nov 2016 18:31:19 +0100 Original-Received: from localhost ([::1]:38161 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7n0V-0008WV-7s for ged-emacs-devel@m.gmane.org; Fri, 18 Nov 2016 12:31:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7n0L-0008VU-Hq for emacs-devel@gnu.org; Fri, 18 Nov 2016 12:31:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7n0K-0007b2-SQ for emacs-devel@gnu.org; Fri, 18 Nov 2016 12:31:13 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7n0K-0007ax-P1; Fri, 18 Nov 2016 12:31:12 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2727 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c7n0J-0007vk-FH; Fri, 18 Nov 2016 12:31:12 -0500 In-reply-to: (message from John Wiegley on Fri, 18 Nov 2016 09:18:51 -0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:209485 Archived-At: > From: John Wiegley > Date: Fri, 18 Nov 2016 09:18:51 -0800 > Cc: Mark Oteiza , Glenn Morris , > Evgeny Roubinchtein , > Emacs Development > > I think --daemon and --no-daemon are names I've seen for these flags in other > tools. I don't think I've ever seen --background, though. Maybe the foreground "daemon" mode should be triggered by a flag named --headless, since that's what it really is.