From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Questions about XDG_RUNTIME_DIR and server-socket-dir Date: Sun, 03 Feb 2019 13:21:26 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="264740"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: K-9 Mail for Android To: emacs-devel@gnu.org,Phil Sainty Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 03 12:36:49 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gqG4v-0016mh-3z for ged-emacs-devel@m.gmane.org; Sun, 03 Feb 2019 12:36:49 +0100 Original-Received: from localhost ([127.0.0.1]:54395 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqG4u-0006IV-4O for ged-emacs-devel@m.gmane.org; Sun, 03 Feb 2019 06:36:48 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:59608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqG4B-0006CQ-4x for emacs-devel@gnu.org; Sun, 03 Feb 2019 06:36:07 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqFq9-0000DH-QF; Sun, 03 Feb 2019 06:21:36 -0500 Original-Received: from [176.12.202.20] (port=51547 helo=[10.164.143.235]) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1gqFq6-00062f-1n; Sun, 03 Feb 2019 06:21:33 -0500 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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:232928 Archived-At: On February 3, 2019 11:18:28 AM GMT+02:00, Phil Sainty wrote: > On 3/02/19 7:01 PM, Eli Zaretskii wrote: > > The value of server-name can include leading directories, so I think > > you can already have what you want=2E Right? >=20 > I don't see any current way of specifying the server-name via the > environment when running emacs, though? The client already heeds to EMACS_SOCKET_NAME=2E As for the server, since= Emacs is invoked via a wrapper, I presume the wrapper could set server-nam= e from the same environment variable, via --eval, no?