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: $USERPROFILE for $HOME on W32 Date: Tue, 7 Dec 2004 00:17:20 +0100 Message-ID: <020601c4dbf0$b61cc7f0$0200a8c0@sedrcw11488> References: <87vfbycsgj.fsf-monnier+emacs@gnu.org> 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 1102378115 5771 80.91.229.6 (7 Dec 2004 00:08:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Dec 2004 00:08:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 07 01:08:30 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 1CbSu6-0001zY-00 for ; Tue, 07 Dec 2004 01:08:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbT3s-0003L2-2j for ged-emacs-devel@m.gmane.org; Mon, 06 Dec 2004 19:18:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CbT3B-0003Ku-8i for emacs-devel@gnu.org; Mon, 06 Dec 2004 19:17:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CbT3A-0003Ki-Jt for emacs-devel@gnu.org; Mon, 06 Dec 2004 19:17:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbT39-0003Ke-TX for emacs-devel@gnu.org; Mon, 06 Dec 2004 19:17:52 -0500 Original-Received: from [81.228.10.116] (helo=av1-1-sn4.m-sp.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CbStA-0006AO-QQ; Mon, 06 Dec 2004 19:07:33 -0500 Original-Received: by av1-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id 23A1537E7E; Tue, 7 Dec 2004 01:07:32 +0100 (CET) Original-Received: from smtp2-1-sn4.m-sp.skanova.net (smtp2-1-sn4.m-sp.skanova.net [81.228.10.183]) by av1-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 150B037E7D; Tue, 7 Dec 2004 01:07:32 +0100 (CET) Original-Received: from sedrcw11488 (t5o58p216.telia.com [195.67.196.216]) by smtp2-1-sn4.m-sp.skanova.net (Postfix) with SMTP id 7BCBA37E43; Tue, 7 Dec 2004 01:07:30 +0100 (CET) Original-To: "Jason Rumney" , "Stefan Monnier" 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: , 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:30779 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30779 It seems to be hard to get a decision at the moment, but I hope it will be cleared out. Could this please be put in FOR-RELEASE? Or, could Stephans patch be tested? (I am unfortunately not the one to do this for several reasons.) - Lennart ----- Original Message ----- From: "Jason Rumney" To: "Stefan Monnier" Cc: Sent: Monday, November 22, 2004 9:44 AM Subject: Re: $USERPROFILE for $HOME on W32 > Stefan Monnier writes: > > > To follow up on the thread, here is a suggested patch. > > Any objection? > > I'd rather put the code in init_environment() in w32.c, and keep all > hacking of environment variables in one place.