From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bob Halley Newsgroups: gmane.emacs.devel Subject: Re: expressions Date: 05 Jan 2003 17:55:24 -0800 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <5xwuljje56.fsf@kfs2.cua.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041818180 9119 80.91.224.249 (6 Jan 2003 01:56:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 6 Jan 2003 01:56:20 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18VMV0-0002Mw-00 for ; Mon, 06 Jan 2003 02:56:18 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18VMYr-0003N1-00 for ; Mon, 06 Jan 2003 03:00:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18VMUy-0003Kx-04 for emacs-devel@quimby.gnus.org; Sun, 05 Jan 2003 20:56:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18VMUa-0003Ci-00 for emacs-devel@gnu.org; Sun, 05 Jan 2003 20:55:52 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18VMUS-00035r-00 for emacs-devel@gnu.org; Sun, 05 Jan 2003 20:55:46 -0500 Original-Received: from woof.play-bow.org ([204.152.186.150]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18VMU9-0002Ok-00; Sun, 05 Jan 2003 20:55:25 -0500 Original-Received: by woof.play-bow.org (Postfix, from userid 500) id A0D172EB4B; Sun, 5 Jan 2003 17:55:24 -0800 (PST) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: <5xwuljje56.fsf@kfs2.cua.dk> Original-Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-cc: rms@gnu.org Original-cc: tytso@mit.edu X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10519 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10519 storm@cua.dk (Kim F. Storm) writes: > Maybe we should create a directory "~/.esrv" (if it doesn't exist), > check that it is owned by the current user (fail to start server if > not), make it 700, and then create the server socket (e.g. named > `server') in that directory. This sounds like a good idea to me, though I'd keep the filename something like server-, in case the user shares their home directory over NFS (or some other network filesystem). /Bob