From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: $USERPROFILE for $HOME on W32 Date: Thu, 25 Nov 2004 11:54:51 -0500 Message-ID: References: <87vfbycsgj.fsf-monnier+emacs@gnu.org> <87mzx69bkn.fsf-monnier+emacs@gnu.org> <41A609B2.6020202@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101401922 25054 80.91.229.6 (25 Nov 2004 16:58:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Nov 2004 16:58:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 25 17:58:36 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 1CXMx2-0001EK-00 for ; Thu, 25 Nov 2004 17:58:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXN6E-0007Ia-RU for ged-emacs-devel@m.gmane.org; Thu, 25 Nov 2004 12:08:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CXN34-0005lH-AY for emacs-devel@gnu.org; Thu, 25 Nov 2004 12:04:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CXN33-0005kj-CH for emacs-devel@gnu.org; Thu, 25 Nov 2004 12:04:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXN33-0005kJ-4a for emacs-devel@gnu.org; Thu, 25 Nov 2004 12:04:49 -0500 Original-Received: from [206.47.199.141] (helo=simmts12-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CXMtR-000637-Mc; Thu, 25 Nov 2004 11:54:53 -0500 Original-Received: from empanada.home ([65.92.240.220]) by simmts12-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041125165452.YMQO1542.simmts12-srv.bellnexxia.net@empanada.home>; Thu, 25 Nov 2004 11:54:52 -0500 Original-Received: by empanada.home (Postfix, from userid 502) id 7827C383116; Thu, 25 Nov 2004 11:54:52 -0500 (EST) Original-To: Jason Rumney In-Reply-To: <41A609B2.6020202@gnu.org> (Jason Rumney's message of "Thu, 25 Nov 2004 16:34:58 +0000") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) 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:30351 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30351 > I haven't had time yet to test the whole patch, but I did a quick test of > the bit you were'nt sure of: Thanks (tho it's not like I'm sure of the rest either ;-). > (setenv "SHELL" (concat (getenv "emacs_dir") "/bin/cmdproxy.exe")) Hmm... OK. Does anyone know where the %emacs_dir% expansion takes place in the current code (if you look at my patch you'll note that in w32.c the current code (which my patch removes) gives "%emacs_dir%/bin/cmdproxy.exe" as default for SHELL) ? Stefan