From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Problems with HOME on w32 Date: Fri, 19 May 2006 09:02:13 +0100 Message-ID: <446D7B85.7090405@gnu.org> References: <446CB315.6030309@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1148025768 19810 80.91.229.2 (19 May 2006 08:02:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 May 2006 08:02:48 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 19 10:02:45 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FgzwY-0003Jc-Hk for ged-emacs-devel@m.gmane.org; Fri, 19 May 2006 10:02:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgzwX-0004e6-H1 for ged-emacs-devel@m.gmane.org; Fri, 19 May 2006 04:02:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FgzwF-0004cl-Ml for emacs-devel@gnu.org; Fri, 19 May 2006 04:02:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FgzwD-0004bu-Ml for emacs-devel@gnu.org; Fri, 19 May 2006 04:02:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgzwD-0004bq-JB for emacs-devel@gnu.org; Fri, 19 May 2006 04:02:21 -0400 Original-Received: from [213.86.207.50] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FgzzU-00024w-4p for emacs-devel@gnu.org; Fri, 19 May 2006 04:05:44 -0400 Original-Received: from [192.168.111.65] (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id KLCLSHAZ; Fri, 19 May 2006 08:55:01 +0100 Original-Received: from 192.168.111.65 ([192.168.111.65] helo=[192.168.111.65]) by ASSP-nospam; 19 May 2006 08:55:01 +0100 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) Original-To: Lennart Borgman In-Reply-To: <446CB315.6030309@student.lu.se> 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: news.gmane.org gmane.emacs.devel:54769 Archived-At: Seems like a bug in the library if the following causes a buffer=20 overflow when .emacs exists: struct stat ignored; stat ("C:/.emacs", &ignored); Lennart Borgman wrote: > There is a message about a problem with HOME on w32 on=20 > http://www.emacswiki.org/cgi-bin/wiki/EmacsW32 : > > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< > The symptom is =93Error (initialization): User has no home directory=94= =20 > and no .emacs file loaded. > > A quick kook at HOME env. var shows: > > (getenv "HOME") -> "=8A,=FBw" > > I traced Emacs22 file access with NTFILMON It would be more useful to use gdb.