<div dir="ltr">On Thu, Feb 19, 2015 at 12:48 PM, Faré <span dir="ltr"><<a href="mailto:fahree@gmail.com" target="_blank">fahree@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Feb 18, 2015 at 10:40 PM, Eitaro Fukamachi <<a href="mailto:e.arrows@gmail.com">e.arrows@gmail.com</a>> wrote:<br>
> Thanks for quick replies.<br>
><br>
>> Actually, this feature is already available, I believe, through the<br>
>> :HERE directive in the configuration language.<br>
>><br>
>> This was something we added for the case that I found common, where<br>
>> there would be a project directory tree, with all the required code in<br>
>> subdirectories, and a master configuration file at the root.*<br>
><br>
> It is a little bit different from what I wanted to do.<br>
> I'm trying to run a one-liner sbcl command with adding a specific directory<br>
> to source registry.<br>
><br>
> Though CL_SOURCE_REGISTRY looks perfect for the purpose, it must be a string<br>
> and doesn't accept relative pathnames.<br>
><br>
</span>If the string starts with a ( it is read, and can contain :here. </blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class=""><br>
<br>
> # copying from my first email<br>
> # doesn't work<br>
> CL_SOURCE_REGISTRY=. sbcl --eval '(princ (asdf:system-source-directory<br>
> :myapp))'<br>
><br>
</span>What's wrong with $PWD ?<br></blockquote><div>Because it's longer than ".".</div><div>In shell world, people always aware of CWD and expect apps accept both of relative/absolute paths.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class=""><br>
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• <a href="http://fare.tunes.org" target="_blank">http://fare.tunes.org</a><br>
</span>If you think you can do a thing or think you can't do a thing, you're right.<br>
        — Henry Ford<br>
</blockquote></div><br></div></div>