From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.help Subject: Re: How to run --daemon in foreground? Date: Mon, 31 Oct 2016 07:53:45 +0200 Message-ID: <20161031055345.GA1570@protected.rcdrun.com> References: <20161029151559.GB30693@protected.rcdrun.com> <20161030153451214174078@bob.proulx.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1477893323 27939 195.159.176.226 (31 Oct 2016 05:55:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 31 Oct 2016 05:55:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 31 06:55:19 2016 Return-path: Envelope-to: geh-help-gnu-emacs@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 1c15YV-0002nL-Mn for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Oct 2016 06:54:47 +0100 Original-Received: from localhost ([::1]:33387 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c15YY-00082K-5t for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Oct 2016 01:54:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c15YA-00082D-FC for help-gnu-emacs@gnu.org; Mon, 31 Oct 2016 01:54:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c15Y6-0008Ih-IX for help-gnu-emacs@gnu.org; Mon, 31 Oct 2016 01:54:26 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:46751) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c15Y6-0008Ia-Bk for help-gnu-emacs@gnu.org; Mon, 31 Oct 2016 01:54:22 -0400 Original-Received: from protected.rcdrun.com (localhost [::1]) (AUTH: PLAIN securesender, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by stw1.rcdrun.com with ESMTPSA; Sun, 30 Oct 2016 22:54:44 -0700 id 0000000000049E00.000000005816DCA5.00007236 Original-Received: from localhost (localhost [127.0.0.1]) (uid 1001) by protected.rcdrun.com with local; Mon, 31 Oct 2016 08:53:45 +0300 id 0000000000025030.000000005816DC69.00000629 Content-Disposition: inline In-Reply-To: <20161030153451214174078@bob.proulx.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 217.170.207.13 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111642 Archived-At: I forgot to tell, that I use (server-start) in the .emacs so, this way I can start the misbehaving emacs in foreground, by using screen, without problems with terminal and ttys, and that it is supervised by s6-rc tools from skarnet.org, similar to runit or daemontools by djb. Jean