From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: $USERPROFILE for $HOME on W32 Date: Mon, 22 Nov 2004 08:04:12 -0500 Message-ID: <87pt26ca1p.fsf-monnier+emacs@gnu.org> References: <87vfbycsgj.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101128721 5476 80.91.229.6 (22 Nov 2004 13:05:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 22 Nov 2004 13:05:21 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 22 14:05:12 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 1CWDsW-0002VX-00 for ; Mon, 22 Nov 2004 14:05:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CWE1Z-00089v-2G for ged-emacs-devel@m.gmane.org; Mon, 22 Nov 2004 08:14:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CWE0l-00081B-Ir for emacs-devel@gnu.org; Mon, 22 Nov 2004 08:13:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CWE0k-00080h-5J for emacs-devel@gnu.org; Mon, 22 Nov 2004 08:13:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CWE0j-00080W-MC for emacs-devel@gnu.org; Mon, 22 Nov 2004 08:13:41 -0500 Original-Received: from [209.226.175.184] (helo=tomts22-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CWDrZ-0000zp-RC; Mon, 22 Nov 2004 08:04:14 -0500 Original-Received: from alfajor ([67.71.119.192]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041122130413.DKBY1919.tomts22-srv.bellnexxia.net@alfajor>; Mon, 22 Nov 2004 08:04:13 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id BCF77D73CB; Mon, 22 Nov 2004 08:04:12 -0500 (EST) Original-To: Jason Rumney In-Reply-To: (Jason Rumney's message of "Mon, 22 Nov 2004 08:44:26 +0000") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) 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:30241 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30241 >> 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. Well, I'd myself rather move it all into elisp where we have a lot more flexibility. It's not like speed is important there. But if you want to write it in C, go for it, I myself just want to get the behavior implemented so I stop getting complaints from users around me, Stefan