From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: $HOME default on w32 Date: Mon, 25 Oct 2004 17:06:10 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <00ba01c4baa5$aa979ed0$0200a8c0@sedrcw11488> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098717430 6596 80.91.229.6 (25 Oct 2004 15:17:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2004 15:17:10 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 25 17:16:54 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CM6ab-00061q-00 for ; Mon, 25 Oct 2004 17:16:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM6iF-0002fO-IH for ged-emacs-devel@m.gmane.org; Mon, 25 Oct 2004 11:24:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CM6i8-0002f9-27 for emacs-devel@gnu.org; Mon, 25 Oct 2004 11:24:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CM6i7-0002ex-Lw for emacs-devel@gnu.org; Mon, 25 Oct 2004 11:24:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM6i7-0002eu-In for emacs-devel@gnu.org; Mon, 25 Oct 2004 11:24:39 -0400 Original-Received: from [81.228.11.110] (helo=av3-2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CM6aG-0002nS-CF for emacs-devel@gnu.org; Mon, 25 Oct 2004 11:16:32 -0400 Original-Received: by av3-2-sn1.fre.skanova.net (Postfix, from userid 502) id 8AA5D37E74; Mon, 25 Oct 2004 17:16:31 +0200 (CEST) Original-Received: from smtp3-1-sn1.fre.skanova.net (smtp3-1-sn1.fre.skanova.net [81.228.11.163]) by av3-2-sn1.fre.skanova.net (Postfix) with ESMTP id 78A3937E53; Mon, 25 Oct 2004 17:16:31 +0200 (CEST) Original-Received: from sedrcw11488 (t4o58p112.telia.com [195.252.57.112]) by smtp3-1-sn1.fre.skanova.net (Postfix) with SMTP id 414CE37E4E; Mon, 25 Oct 2004 17:16:27 +0200 (CEST) Original-To: "Stefan" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 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 Xref: main.gmane.org gmane.emacs.devel:28923 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28923 ----- Original Message ----- From: "Stefan" : It seems that on w32, if HOME is not defined we default it to C:/. : Wouldn't it make more sense to default it to $USERPOFILE (if set) which on XP : seems to typically point to C:/Documents and Files/ which is about as : close to a "home directory" as it gets? Good idea!