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: Mon, 18 Apr 2016 20:33:18 +0100 Message-ID: <87twiyr9tt.fsf@mattleach.net> References: <871t6do8w1.fsf@mattleach.net> <87inzkrs8c.fsf@mattleach.net> <5713224F.9040602@cs.ucla.edu> <87h9f0ealq.fsf@mattleach.net> <57147449.4060307@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1461008021 23127 80.91.229.3 (18 Apr 2016 19:33:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Apr 2016 19:33:41 +0000 (UTC) Cc: Stefan Monnier , emacs-devel To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 18 21:33:32 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 1asEvL-0003dM-9D for ged-emacs-devel@m.gmane.org; Mon, 18 Apr 2016 21:33:31 +0200 Original-Received: from localhost ([::1]:44235 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asEvK-000406-Jd for ged-emacs-devel@m.gmane.org; Mon, 18 Apr 2016 15:33:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asEvF-0003vG-M8 for emacs-devel@gnu.org; Mon, 18 Apr 2016 15:33:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asEvC-0005FA-Fe for emacs-devel@gnu.org; Mon, 18 Apr 2016 15:33:25 -0400 Original-Received: from mx0.mattleach.net ([176.58.118.143]:40580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asEvC-0005EA-At for emacs-devel@gnu.org; Mon, 18 Apr 2016 15:33:22 -0400 Original-Received: by mx0.mattleach.net (Postfix, from userid 99) id 2463662231; Mon, 18 Apr 2016 20:33:21 +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 C055E6222D; Mon, 18 Apr 2016 20:33:18 +0100 (BST) In-Reply-To: <57147449.4060307@cs.ucla.edu> (Paul Eggert's message of "Sun, 17 Apr 2016 22:44:41 -0700") 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:203067 Archived-At: Paul Eggert writes: > Matthew Leach wrote: >> There is no specific reason other than 226 is what is installed on my >> system and what I have tested against. If you are able to test on an >> earlier version, this number could be reduced. > > Thanks. Can you please investigate which is the earliest number for > which it's plausible that the new systemd code will work? Sure, I will look into that. > In the meantime I installed the attached patch, which lists that as a > FIXME and addresses the other problem I mentioned along with a few > minor style glitches. Thanks for that. I didn't know about 'init_process_emacs', sorry for missing that one. Thanks, -- Matt