all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problems with HOME on w32
@ 2006-05-18 17:47 Lennart Borgman
  2006-05-18 19:31 ` Eli Zaretskii
  2006-05-19  8:02 ` Jason Rumney
  0 siblings, 2 replies; 9+ messages in thread
From: Lennart Borgman @ 2006-05-18 17:47 UTC (permalink / raw)


There is a message about a problem with HOME on w32 on 
http://www.emacswiki.org/cgi-bin/wiki/EmacsW32 :

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
The symptom is “Error (initialization): User has no home directory” and 
no .emacs file loaded.

A quick kook at HOME env. var shows:

    (getenv "HOME") -> "Š,ûw"

I traced Emacs22 file access with NTFILMON 
(http://www.sysinternals.com). I found that Emacs try to query 
information on |C:\.emacs| (after one on |C:\|) and fails with buffer 
overflow (I guess the structure passed to store query result is too 
small). Seems something goes bad inside Emacs so that HOME is corrupted.

It should be noted that without a |C:\.emacs| file, everything works and 
then .emacs file is expected in %APPDATA% directory for 22.0.50.1 and 
HOME env. var point to this place too.
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

I tested and got the same result with GNU Emacs 22.0.50.1 
(i386-mingw-nt5.0.2195) of 2006-05-13.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-05-20  8:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-18 17:47 Problems with HOME on w32 Lennart Borgman
2006-05-18 19:31 ` Eli Zaretskii
     [not found]   ` <446CDB19.9030807@student.lu.se>
2006-05-19  9:50     ` Eli Zaretskii
2006-05-19 14:14       ` Lennart Borgman
2006-05-19 19:09     ` Eli Zaretskii
2006-05-20  6:52       ` Lennart Borgman
2006-05-20  8:52         ` Eli Zaretskii
2006-05-19  8:02 ` Jason Rumney
2006-05-19 16:37   ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.