Eli Zaretskii writes: >> From: Paul Eggert >> Date: Sun, 7 Jan 2018 13:55:04 -0800 >> Cc: 24218@debbugs.gnu.org, Vladimir Lomov >> >> Matthew proposed a patch for this here: >> >> https://lists.gnu.org/r/emacs-devel/2017-12/msg00903.html >> >> which I am attaching in git form (see first attached patch). I also >> propose the second attached patch as a followup. It makes some of the >> newly-added features "private" (since they don't seem to be generally >> useful) and moves the low-level initialization code from emacs.c to >> process.c which is a more-natural home for it. Thanks for the cleanup patch Paul! > > Thanks. I'm not an expert on this stuff, so I have only minor > comments: > > . Please update the :version tag of server-name, to reflect the fact > that its default value changes > . This needs a NEWS entry, and I think the description of > server-name in the manual should be updated to mention this > facility Please see the attached patch that should address these points. > > . internal--external-sockname should be documented in the ELisp > manual (a better name that doesn't use both "internal" and > "external" will be appreciated) May I suggest `internal--daemon-sockname'? Thanks, -- Matt