From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Matthew Leach Newsgroups: gmane.emacs.bugs Subject: bug#24218: 25.1.50; server-name, server-socket-dir and daemon start through, systemd socket Date: Mon, 12 Feb 2018 14:24:06 +0000 Message-ID: <874lmmz3p5.fsf@mattleach.net> References: <87popclj82.fsf@yandex.ru> <83608d80vy.fsf@gnu.org> <878td6u7vk.fsf@mattleach.net> <3d2e3962-9592-2d0a-b50b-52e2dddfbb66@cs.ucla.edu> <87k1w5d978.fsf@1e0.co.uk> <52b062c7-adb2-c8ad-dc57-b5af849d5b18@cs.ucla.edu> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1518445605 27525 195.159.176.226 (12 Feb 2018 14:26:45 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 12 Feb 2018 14:26:45 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 24218@debbugs.gnu.org, lomov.vl@gmail.com To: Paul Eggert Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 12 15:26:40 2018 Return-path: Envelope-to: geb-bug-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 1elF3h-0005Q0-DE for geb-bug-gnu-emacs@m.gmane.org; Mon, 12 Feb 2018 15:26:17 +0100 Original-Received: from localhost ([::1]:37751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elF5h-0007bV-5S for geb-bug-gnu-emacs@m.gmane.org; Mon, 12 Feb 2018 09:28:21 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elF5S-0007Yk-S6 for bug-gnu-emacs@gnu.org; Mon, 12 Feb 2018 09:28:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elF5O-000680-MS for bug-gnu-emacs@gnu.org; Mon, 12 Feb 2018 09:28:06 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:59356) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1elF5O-00066s-Gi for bug-gnu-emacs@gnu.org; Mon, 12 Feb 2018 09:28:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1elF5O-0004MZ-7F for bug-gnu-emacs@gnu.org; Mon, 12 Feb 2018 09:28:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Matthew Leach Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 12 Feb 2018 14:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 24218 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 24218-submit@debbugs.gnu.org id=B24218.151844564816730 (code B ref 24218); Mon, 12 Feb 2018 14:28:02 +0000 Original-Received: (at 24218) by debbugs.gnu.org; 12 Feb 2018 14:27:28 +0000 Original-Received: from localhost ([127.0.0.1]:39020 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elF4p-0004Ll-Vf for submit@debbugs.gnu.org; Mon, 12 Feb 2018 09:27:28 -0500 Original-Received: from mx0.mattleach.net ([176.58.118.143]:36374) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elF4n-0004Ld-NB for 24218@debbugs.gnu.org; Mon, 12 Feb 2018 09:27:26 -0500 Original-Received: by mx0.mattleach.net (Postfix, from userid 99) id D30D161E83; Mon, 12 Feb 2018 14:27:24 +0000 (GMT) Original-Received: from matt-desktop.mattleach.net (unknown [IPv6:2001:8b0:a772:bfd0:517b:4db3:f1af:cfe9]) by mx0.mattleach.net (Postfix) with ESMTPSA id 82B0361C93; Mon, 12 Feb 2018 14:27:23 +0000 (GMT) In-Reply-To: <52b062c7-adb2-c8ad-dc57-b5af849d5b18@cs.ucla.edu> (Paul Eggert's message of "Sat, 10 Feb 2018 08:07:47 -0800") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:143198 Archived-At: Paul Eggert writes: > Matthew Leach wrote: >> Paul Eggert writes: >> >>> On 01/09/2018 11:53 AM, Matthew Leach wrote: >>>> May I suggest `internal--daemon-sockname'? >>> >>> Yes, that sounds good. Can you prepare a patch along those lines? >> >> Sure, please see the attached patch series. > > Thanks, but aren't there some more places where the variable needs to > be renamed to internal--daemon-sockname? Oops - I missed an additional `-' on the variable name. > Also, I would rather not document it in the Emacs Lisp reference > manual, as it is an internal detail that outside code shouldn't depend > on. That sounds fine; I wasn't aware that internal variables shouldn't be documented in the Emacs List Reference Manual. > Proposed further patch attached (it's the last of the attachments, > which contain all the patches for this bug). This last patch looks good to me. Thanks, -- Matt