<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#003333">
    Thanks, Zach. That's exactly what I needed to know. <br>
    <br>
    I tried it in a fresh emacs & slime setup and see that M-x cd
    calls swank:set-default-directory, after which
    *DEFAULT-PATHNAME-DEFAULTS* has been changed as expected. What's
    curious is that I periodically run into cases where  it doesn't seem
    to be working. Of course, at the moment my working emacs slime
    (recently started) is behaving as it should. Next time it acts up
    I'll take a look at the value of *default-pathname-defaults* to see
    if it is in fact being changed. I bet not. <br>
    <br>
    Regards,<br>
    Jeff<br>
    <br>
    <br>
    <br>
    On 06/11/2012 10:02 AM, Zach Beane wrote:
    <blockquote cite="mid:874nqhlr3p.fsf@zpobx.site.sys" type="cite">
      <pre wrap="">Common Lisp uses the standard variable <b class="moz-txt-star"><span class="moz-txt-tag">*</span>DEFAULT-PATHNAME-DEFAULTS<span class="moz-txt-tag">*</span></b> to
control how relative pathnames are turned into absolute pathnames for
filesystem operations.

<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://l1sp.org/cl/*default-pathname-defaults*">http://l1sp.org/cl/*default-pathname-defaults*</a> has more info.</pre>
    </blockquote>
  </body>
</html>