<div class="gmail_quote">2011/2/20 Márcio Faustino <span dir="ltr"><<a href="mailto:marciombfaustino@gmail.com">marciombfaustino@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div id=":17g">Now the issue I'm having is when I try to load Quicklisp. The first problem was that "(user-homedir-pathname)" returns "/" so it cannot find where Quicklisp is really installed, which in my case is "C:\Users\marcio\quicklisp". I then tried to hardcode the path:<br>

</div></blockquote></div><br>Seems you already solved the other problem -- environment variables have to be set for Microsoft Visual Studio to work --, but regarding this, USER-HOMEDIR-PATH is a rather standard function that follows this logic:<div>

<br></div><div>* On Unix, it uses the home directory.</div><div>* If HOME is defined, it takes that value</div><div>* On windows, if HOMEDRIVE and HOMEPATH are defined, they are joined to form a directory</div><div>* Finally, as a last resort, "/" is used.</div>

<div><br></div><div>Juanjo</div><div><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>