From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Leach Newsgroups: gmane.emacs.devel Subject: Re: [PATCH v5] Add systemd socket launching support Date: Thu, 14 Apr 2016 18:54:27 +0100 Message-ID: <87inzkrs8c.fsf@mattleach.net> References: <871t6do8w1.fsf@mattleach.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1460656510 32597 80.91.229.3 (14 Apr 2016 17:55:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Apr 2016 17:55:10 +0000 (UTC) Cc: Eli Zaretskii , Stefan Monnier To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 14 19:55:00 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aqlTo-0007Zk-Al for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2016 19:55:00 +0200 Original-Received: from localhost ([::1]:44009 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqlTn-00024x-NF for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2016 13:54:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqlTN-0001eV-QF for emacs-devel@gnu.org; Thu, 14 Apr 2016 13:54:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqlTN-00032W-1K for emacs-devel@gnu.org; Thu, 14 Apr 2016 13:54:33 -0400 Original-Received: from mx0.mattleach.net ([176.58.118.143]:49070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqlTJ-0002yE-6M; Thu, 14 Apr 2016 13:54:29 -0400 Original-Received: by mx0.mattleach.net (Postfix, from userid 99) id D232161C50; Thu, 14 Apr 2016 18:54:27 +0100 (BST) Original-Received: from matt-desktop.mattleach.net (host81-159-147-176.range81-159.btcentralplus.com [81.159.147.176]) by mx0.mattleach.net (Postfix) with ESMTPSA id 5BCD861C0B; Thu, 14 Apr 2016 18:54:27 +0100 (BST) In-Reply-To: <871t6do8w1.fsf@mattleach.net> (Matthew Leach's message of "Sun, 10 Apr 2016 15:06:54 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 176.58.118.143 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:202928 Archived-At: Matthew Leach writes: > Hi all, > > Here is a new version of the systemd integration & socket-launching > patches. The main change in this series is providing an interface for > other socket-launching applications to be integrated, namely > `set_external_socket_descriptor' in process.c. Ping. Thanks, -- Matt