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: Thu, 25 Nov 2004 23:52:05 +0200 Message-ID: <01c4d339$Blat.v2.2.2$267c6660@zahav.net.il> References: <87vfbycsgj.fsf-monnier+emacs@gnu.org> <87mzx69bkn.fsf-monnier+emacs@gnu.org> <41A609B2.6020202@gnu.org> 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 1101419745 32273 80.91.229.6 (25 Nov 2004 21:55:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Nov 2004 21:55:45 +0000 (UTC) Cc: emacs-devel@gnu.org, jasonr@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 25 22:55:39 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 1CXRaU-0003TP-00 for ; Thu, 25 Nov 2004 22:55:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXRji-0003h1-DF for ged-emacs-devel@m.gmane.org; Thu, 25 Nov 2004 17:05:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CXRjL-0003gq-00 for emacs-devel@gnu.org; Thu, 25 Nov 2004 17:04:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CXRjK-0003gR-9x for emacs-devel@gnu.org; Thu, 25 Nov 2004 17:04:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXRjK-0003gO-5s for emacs-devel@gnu.org; Thu, 25 Nov 2004 17:04:46 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CXRa3-0001xy-1T; Thu, 25 Nov 2004 16:55:11 -0500 Original-Received: from zaretski ([80.230.155.194]) by legolas.inter.net.il (MOS 3.5.5-GR) with ESMTP id DET37791 (AUTH halo1); Thu, 25 Nov 2004 23:54:56 +0200 (IST) Original-To: Stefan X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (message from Stefan on Thu, 25 Nov 2004 11:54:51 -0500) 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:30361 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30361 > From: Stefan > Date: Thu, 25 Nov 2004 11:54:51 -0500 > Cc: emacs-devel@gnu.org > > Does anyone know where the %emacs_dir% expansion takes place in the current > code It's on line 1005 of w32.c and again on line 1029 there (the former for running Emacs from a standard installation of the binary package, the latter for running from the build directory). The function that does that is init_environment.