emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: $USERPROFILE for $HOME on W32


From: Stefan Monnier
Subject: Re: $USERPROFILE for $HOME on W32
Date: Mon, 22 Nov 2004 11:47:48 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

>> +    ;; On W32, try to use $USERPROFILE if $HOME isn't properly set.
>> +    (when (and (memq system-type '(windows-nt))

> Shouldn't this take effect for the Cygwin build as well?

Quite possible, but I only have experience with `windows-nt'.
Note that I used the `memq' form to make it trivial to add other cases like
cygwin or ms-dos.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]