Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder2.hal-mli.net!weretis.net!feeder4.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'url:gnu': 0.07; 'stating': 0.09; 'subject:windows': 0.09; 'am,': 0.12; 'url:software': 0.13; 'received:209.85.161.174': 0.16; 'received:mail- gx0-f174.google.com': 0.16; 'url:manual': 0.16; 'variable.': 0.16; 'wrote:': 0.16; "user's": 0.18; 'jan': 0.19; 'appears': 0.19; 'header:In-Reply-To:1': 0.22; 'guess': 0.25; 'variable': 0.27; 'message-id:@mail.gmail.com': 0.28; '24,': 0.28; 'environment': 0.30; 'tue,': 0.32; 'to:addr:python-list': 0.33; 'creates': 0.34; 'normally': 0.34; 'received:209.85.161': 0.34; 'directory.': 0.34; 'sets': 0.35; 'reference': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'url:org': 0.39; 'point': 0.39; 'files': 0.39; 'received:209': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.40; 'more': 0.61; 'your': 0.61; 'home': 0.65; 'here:': 0.67; 'hill': 0.68; 'subject:home': 0.73 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=YYkqpG6ulDuaeW3L2f4ijIFZENeUDh2ev9ZVuVtyMZE=; b=UeUh3fJo2btuWNEqZPxOIYrdUZxy+VTQ1UgLanKLXMOFq8cJ7fYtNdlrQreHPjBAkw gsi/Kf5qdyhrDHRcCr636qkX4Z5gQmmJ+LT6yHsapOClsdcj8+O8Lb4/vAxcB0YMiU9L fNoM9GDsQWHwIM6rK8F9GX4g6z/m34K2dp18E= MIME-Version: 1.0 In-Reply-To: References: <4F1EC695.9000909@gmail.com> Date: Tue, 24 Jan 2012 11:09:31 -0500 Subject: Re: windows and home path From: Jerry Hill To: python-list@python.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1327421378 news.xs4all.nl 6864 [2001:888:2000:d::a6]:34886 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19350 On Tue, Jan 24, 2012 at 11:05 AM, Jerry Hill wrote: > So, my guess is that emacs is mangling your HOME environment variable. > =C2=A0That appears to be confirmed by the emacs documentation here: > http://www.gnu.org/software/emacs/manual/html_node/emacs/General-Variable= s.html#General-Variables I know, it's bad form to follow up to my own email, but here's a more concrete reference stating that emacs will set HOME when emacs starts: http://www.gnu.org/software/emacs/manual/html_node/emacs/Windows-HO= ME.html "[Wherever Emacs finds your .emacs file], Emacs sets the value of the HOME environment variable to point to it, and it will use that location for other files and directories it normally creates in the user's home directory. " --=20 Jerry