From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: $USERPROFILE for $HOME on W32 Date: Tue, 23 Nov 2004 13:32:24 +0200 Message-ID: <01c4d150$Blat.v2.2.2$3fa23380@zahav.net.il> References: <87vfbycsgj.fsf-monnier+emacs@gnu.org> <01c4d0aa$Blat.v2.2.2$95b06680@zahav.net.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1101209781 14338 80.91.229.6 (23 Nov 2004 11:36:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Nov 2004 11:36:21 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 23 12:36:13 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 1CWYxx-0003MO-00 for ; Tue, 23 Nov 2004 12:36:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CWZ73-0007EX-1F for ged-emacs-devel@m.gmane.org; Tue, 23 Nov 2004 06:45:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CWZ6e-0007EQ-15 for emacs-devel@gnu.org; Tue, 23 Nov 2004 06:45:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CWZ6c-0007ED-41 for emacs-devel@gnu.org; Tue, 23 Nov 2004 06:45:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CWZ6a-0007E9-UU for emacs-devel@gnu.org; Tue, 23 Nov 2004 06:45:09 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CWYx2-0001u5-F1; Tue, 23 Nov 2004 06:35:16 -0500 Original-Received: from zaretski ([80.230.156.45]) by legolas.inter.net.il (MOS 3.5.5-GR) with ESMTP id DEH28804 (AUTH halo1); Tue, 23 Nov 2004 13:35:07 +0200 (IST) Original-To: Jason Rumney X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (message from Jason Rumney on Tue, 23 Nov 2004 08:30:35 +0000) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:30277 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30277 > Cc: Stefan Monnier , emacs-devel@gnu.org > From: Jason Rumney > Date: Tue, 23 Nov 2004 08:30:35 +0000 > > "Eli Zaretskii" writes: > > >> From: Stefan Monnier > >> Date: Mon, 22 Nov 2004 01:26:51 -0500 > >> > >> + ;; On W32, try to use $USERPROFILE if $HOME isn't properly set. > >> + (when (and (memq system-type '(windows-nt)) > > > > Shouldn't this take effect for the Cygwin build as well? > > I may be wrong, but I think HOME will always be defined under Cygwin. I thought about that, but just wasn't sure. Someone who knows more about Cygwin should tell, I guess. In any case, if we suspect $HOME is always set on Cygwin, adding it to the list won't do any harm.