From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: emacsclient socket ownership Date: Wed, 05 Dec 2018 15:02:24 -0500 Message-ID: References: <6f861707-0ca7-b380-bcdb-85962bb6694a@cs.ucla.edu> <87sgzbereu.fsf@web.de> <1ty393ojbo.fsf@fencepost.gnu.org> <83zhtj7o4n.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1544040074 11821 195.159.176.226 (5 Dec 2018 20:01:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 5 Dec 2018 20:01:14 +0000 (UTC) User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: michael_heerdegen@web.de, eggert@cs.ucla.edu, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 05 21:01:09 2018 Return-path: Envelope-to: ged-emacs-devel@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 1gUdM5-0002vA-EZ for ged-emacs-devel@m.gmane.org; Wed, 05 Dec 2018 21:01:09 +0100 Original-Received: from localhost ([::1]:36530 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUdOC-0005VH-2U for ged-emacs-devel@m.gmane.org; Wed, 05 Dec 2018 15:03:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUdNU-0005VA-JB for emacs-devel@gnu.org; Wed, 05 Dec 2018 15:02:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUdNT-0002nh-Tq for emacs-devel@gnu.org; Wed, 05 Dec 2018 15:02:36 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUdNJ-0002g6-6n; Wed, 05 Dec 2018 15:02:25 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1gUdNI-00007X-Tw; Wed, 05 Dec 2018 15:02:24 -0500 X-Spook: ammunition Shooting Matamoros CDMA rail gun data haven X-Ran: r!>+W[p>W6_LHd?y6Y=+a6vM-=,U*_,8V+$J#9Az`Y:M^nf[F%zKg6xoFzUnj_D9VrFK'x X-Hue: green X-Attribution: GM In-Reply-To: <83zhtj7o4n.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 05 Dec 2018 21:46:32 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:231651 Archived-At: Eli Zaretskii wrote: > Maybe we should have a defcustom for those who don't want > XDG_RUNTIME_DIR to be used, even if it exists. emacsclient can't know about defcustoms. > Or maybe we should check it for being writable before using it, and > otherwise fall back on TMPDIR, as before. I don't think Emacs should work around user environments that are bogus in this way.